| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks to Simon Litchfield for the report, Uninen for the initial
patch, akaihola, jamesp, b.schube, and Florian Appoloner for
subsequent patches, tests, and documentation.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Konrad Świat for the original patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
InlineModelAdmin.
|
|
Added format_lazy function to django.utils.text module.
Useful when dealing with relative complex lazy string concatenations
(e.g. in urls.py when translating urls in regular expressions).
|
|
back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@cached_properties.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
* 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.
|
|
prefetch_related() cache.
|
|
|
|
|
|
|
|
ignore_patterns.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|