| Age | Commit message (Collapse) | Author |
|
Support was added in 15715bf.
|
|
|
|
SQLite 3.30.1+.
|
|
As discussed on the mailing list, step 1 of First Steps shouldn't be
"Find a printer".
https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion
|
|
configured.
|
|
|
|
|
|
deferred fields.
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
|
|
migrate --plan.
Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the
report.
|
|
|
|
Regression introduced by dcdd219ee1, refs #25817.
Thanks Carlos E. C. Leite for the report and Mariusz for the bisect.
|
|
slashes.
|
|
model instance.
Thanks Carlton Gibson for reviews.
|
|
|
|
key transform.
Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb.
|
|
|
|
SQLCompiler.get_related_selections().
|
|
Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
|
|
|
|
Cache-Control directive.
|
|
with non-empty content.
|
|
__init__.py file.
|
|
|
|
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
|
|
|
|
SQLite 3.28+, MariaDB 10.2+, and MySQL 8.0.2+.
|
|
multi-table inheritance models.
|
|
MacOS users may need to set OBJC_DISABLE_INITIALIZE_FORK_SAFETY=TRUE
(#27086) to prevent tests from hanging. If set, also pass the environment
variable to `tox`.
|
|
|
|
|
|
Reduced the number of queries required when performing cascade deletion
for a model referenced multiple time by another one by performing an
union of reference lookups.
|
|
|
|
|
|
pop(0), which is used to fetch each token, is O(n) in the length of the
list. By reversing the list and operating off the end, we can perform
next_token(), prepend_token(), and delete_first_token() in constant
time.
|
|
|
|
|
|
|
|
QuerySet.select_related() was already called.
|
|
|
|
docs.
|
|
Thanks to Tim Graham for review.
|
|
|
|
WriterTests.test_serialize_enums().
|
|
Thanks to Mads Jenson for review.
|
|
|
|
|
|
RemoteUserMiddleware.
|
|
|
|
|
|
lookup.
|