| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks to gfairchild for the report and Claude for the review.
|
|
|
|
Thanks to knbk for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Florian Apolloner for the review.
|
|
|
|
Thanks simon29 for report, and freakboy3742, floledermann,
jacob, claudep and collinanderson for discussing the task.
|
|
Thanks Tim Graham for the review.
|
|
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
|
|
|
|
|
|
|
|
templates.
|
|
Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template.
|
|
|
|
|
|
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
|
|
This adds a new method, Apps.lazy_model_operation(), and a helper function,
lazy_related_operation(), which together supersede add_lazy_relation() and
make lazy model operations the responsibility of the App registry. This
system no longer uses the class_prepared signal.
|
|
|
|
|
|
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
|
|
Thanks Tuttle for the report and draft patch, and Carl Meyer for
help and review.
|
|
|
|
|
|
|
|
When reversing, only outer parameters are used if captured parameters are
nested. Added tests to check the edge cases and documentation for the
behavior with an example to avoid it.
|
|
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
|
|
|
|
|
|
|
|
per project.
|
|
Thanks aruseni for the report.
|
|
Thanks Pakal and Claude.
|
|
|
|
|
|
|
|
This is a security fix; disclosure to follow shortly.
|