| Age | Commit message (Collapse) | Author |
|
model properties.
|
|
|
|
|
|
in after a reset.
|
|
|
|
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variable to its initial state.
|
|
ifchanged block and a for loop.
|
|
MIDDLEWARE and MIDDLEWARE_CLASSES.
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
|
|
After https://hg.python.org/cpython/rev/4ea79767ff75/,
test_strips_underscore_headers fails with:
'Stub' object has no attribute 'sendall'.
|
|
As makemessages uses several settings for proper run (FILE_CHARSET,
LOCALE_PATHS, MEDIA_ROOT, and STATIC_ROOT), we should require settings
configuration for this command.
|
|
|
|
support.
|
|
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
|
|
|
|
value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
|
|
|
|
|
The test now also checks whether the sent message's attachment has the expected
name, content and mime type.
|
|
can_return_ids_from_bulk_insert.
|
|
backend.
|
|
|
|
|
|
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
aren't dropped when _remake_table() is called.
Thanks timgraham & MarkusH for review and advice.
|
|
migrations.
|
|
|
|
|
|
prefetch_related() cache.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
|
|
Thanks weidwonder for the report.
|