Upcoming Contributing to the Django Docs Workshops

2021-06-09 Thread Carlton Gibson
Hi all. Daniele Procida will be leading a couple of free workshops on contributing to the Django docs, and learning the Diátaxis framework for documentation. These will be over the next two Wednesdays, the 16th and 23rd of June, at different times to be available as many timezones as possible

Re: `Model.validate_unique` excluding partial unique constraint

2021-06-09 Thread charettes
Alright so here's for a few hints about I believe things should be done. First things first Lookup must be made a subclass of Expression which is being worked on[0]. Ideally Q would also be made a subclass of Expression but that's likely a big can of worms so I'd focus on implementing it for Q