| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
|
|
|
|
required=False.
|
|
Thanks Shai Berger for the review.
|
|
|
|
|
|
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Simon Charette for the test.
|
|
fields.
|
|
ForeignObject.get_extra_descriptor_filter().
|
|
|
|
Fix typo in comment
|
|
|
|
Parsed the CONTENT_TYPE header once and recorded it on the request.
|
|
|
|
|
|
Made sure the test doesn't try to aggregate over MultiPolygonField and made
AreaField turn decimals into floats on the way from the DB.
Thanks Daniel Wiesmann, Jani Tiainen, and Tim Graham for review and discussion.
|
|
|
|
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
|
|
cause deadlocks.
|
|
|
|
|
|
|
|
|
|
|
|
Added the Migration.atomic attribute which can be set to False
for non-atomic migrations.
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
After a user logs out via auth.views.logout(), they're redirected
to LOGOUT_REDIRECT_URL if no `next_page` argument is provided.
|
|
|
|
|
|
CSS class name.
Thanks Berker Peksag for the review.
|
|
edits.
Allowed admin POSTed bulk-edit data to use modeladmin.get_queryset()
so that the ids in the POST data have a chance to match up even if
the objects on the current page changed based on the ordering.
|
|
|
|
This is a security fix.
|