| Age | Commit message (Collapse) | Author |
|
limit_choices_to.
|
|
verbose_name.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
USE_L10N.
|
|
This also makes DummyCache async-compatible.
|
|
This helper function reduces the amount of duplicated code and makes it
easier to ensure that we always validate the keys.
|
|
The validate_key() function should be called after make_key() to ensure
that the validation is performed on the key that will actually be
stored in the cache.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
Thanks Tim Graham for the report.
Follow up to 1bbb98d9a4b7d83e422b14ae2429cb368eff5a13.
|
|
encode() methods of remaining password hashers.
|
|
|
|
|
|
All cache operations should use make_key().
|
|
proxy models.
|
|
|
|
added tests.
|
|
3.9.7+.
Thanks Michał Górny for the report.
|
|
Thanks Nick Pope for the review.
|
|
Regression in f8f35e8c530aaf440fa8160327461460d79f6db2.
|
|
queryset annotation.
|
|
Thanks Matt Hoskins for the report.
|
|
|
|
get_language_from_request() uses Accept-Language and/or Cookie to determine the
correct redirect. Upstream caches need the matching Vary header to cache the
result.
|
|
commands.
|
|
command.
|
|
|
|
|
|
when altering type of referenced primary key on Oracle.
|
|
This also suppresses -verbosity and --trackback options in the
runserver's help.
|
|
custom arguments.
|
|
management command.
|
|
|
|
incr()/decr() in memcached backends.
Thanks Chris Jerdonek for the review.
|
|
with negative deltas.
|
|
|
|
|
|
Regression in 10d126198434810529e0220b0c6896ed64ca0e88.
|
|
recursively.
|
|
|
|
|
|
InteractiveMigrationQuestioner.ask_not_null_alteration().
|
|
non-ASCII model names.
|
|
This improves accessibility for screen reader users.
|
|
|
|
|
|
|
|
QuerySet.count().
|
|
|
|
This adds an assertion in the code path where the method would otherwise
return None, which isn't allowed.
|
|
Thanks Simon Charette and Chris Jerdonek for reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|