| Age | Commit message (Collapse) | Author |
|
The extract() function has the same code as used in the test method
for Archive.extract().
|
|
|
|
templates.
Co-Authored-By: Daniel Hahler <git@thequod.de>
|
|
|
|
|
|
Thanks Mariusz Felisiak for contributing the Point part.
|
|
using attnames.
Regression in 519016e5f25d7c0a040015724f9920581551cab0.
|
|
|
|
wsgi.file_wrapper.
|
|
Previously, we used Query.can_filter() mainly to check if a query is
sliced what was confusing.
|
|
union(), intersection(), and difference().
|
|
|
|
descriptor_class attribute.
Allows model fields to override the descriptor class used on the model
instance attribute.
|
|
instead of a field name.
|
|
resolved.
|
|
Unused since its introduction in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
|
|
|
|
|
|
|
|
As is_related_object is True, the val variable is unused for the
remainder of the method.
Unnecessary since 53da1e47942f22a56e761d786ba89d05ca55a224.
|
|
filtering by public schema on PostgreSQL.
|
|
PostgreSQL.
|
|
|
|
receivers.
Thanks Carlton Gibson the review.
|
|
|
|
|
|
mixins with CBVs docs.
|
|
validation.
|
|
Thanks to Nick Pope and Mariusz Felisiak for review.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
--defaults-file must be given before other options.
|
|
|
|
|
|
|
|
for DurationField.
|
|
contains F() expressions.
Thanks Can Sarıgöl for the report.
Follow up to 8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b.
|
|
contains expressions.
|
|
|
|
|
|
Browsers often use multiple connections with Connection: keep-alive.
If --nothreading is specified, the WSGI server cannot accept new
connections until the old connection is closed, causing hangs.
Force Connection: close when --nothreading option is used.
|
|
|
|
accessible only via instance.
Co-Authored-By: Andrew Simons <andrewsimons@bubblegroup.com>
|
|
when the right hand side is the same type.
Thanks Tilman Koschnick for the report and initial patch.
Thanks Carlton Gibson the review.
Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355.
|
|
Expressions referring to different bound fields should not be
considered equal.
Thanks Julien Enselme for the detailed report.
Regression in bc7e288ca9554ac1a0a19941302dea19df1acd21.
|
|
|
|
|