| Age | Commit message (Collapse) | Author |
|
After a user logs out via auth.views.logout(), they're redirected
to LOGOUT_REDIRECT_URL if no `next_page` argument is provided.
|
|
|
|
|
|
"Gypsy" is considered a slur by the Romani people whom it refers to.
"manouche jazz" is used in place of "gypsy jazz" and is an accepted
term for the same genre of music.
|
|
|
|
|
|
|
|
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.
|
|
|
|
standalone scripts.
|
|
|
|
|
|
|
|
This is a security fix.
|
|
|
|
|
|
|
|
raw_id_fields.
|
|
|
|
Thanks Ali Lozano for the report and the initial patch, and Tim Graham for
the review.
|
|
Thanks František Malina for the report.
|
|
|
|
|
|
appropriate.
|
|
|
|
|
|
|
|
HStoreField now converts all keys and values to string before they're
saved to the database.
|
|
|
|
|
|
|
|
|
|
database/library differences.
|
|
|
|
Thanks kaifeldhoff for the draft patch.
|
|
|
|
|
|
|
|
I'm always around for a consult or a discussion but I haven't been an active contributor in a long time.
Still <3 everyone in this project and python at large.
|
|
Thanks Bernd Schlapsi for the report.
|
|
example.
|
|
objects.
|
|
|
|
Shallow copying of `django.utils.functional.LazyObject` or its subclasses has
been broken in a couple of different ways in the past, most recently due to
35355a4.
|
|
Prior to 55f12f8709, the template origin was available on each node via
`self.token.source[0]`. This behavior was removed when debug handling was
simplified, but 3rd-party debugging tools still depend on its presence.
This updates the Parser to set origin on individual nodes. This enables the
source template to be determined even when template extending or including is
used.
|
|
|