| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms.
|
|
|
|
Cancels 2f0566fa. Refs #4278.
|
|
|
|
|
|
Thanks Daniele Procida for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks django at kerz.id.au.
|
|
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.
This is poor advice as it breaks the test client login (refs #22934).
We can add a note like this back after refs #22986 is resolved.
|
|
Function definition should have an ending colon.
|
|
|
|
|
|
|
|
Thanks gthb Trac user for the report, kolypto StackOverflow
user for the initial list and Tim Graham for the review.
|
|
|
|
session.
Previously, when logging out, the existing session was overwritten by a
new sessionid instead of deleting the session altogether.
This behavior added overhead by creating a new session record in
whichever backend was in use: db, cache, etc.
This extra session is unnecessary at the time since no session data is
meant to be preserved when explicitly logging out.
|
|
|
|
Thanks tomwys for the suggestion.
|
|
|
|
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
|
Thanks cjerdonek for the report.
|
|
|
|
|
|
FILE_UPLOAD_TEMP_DIR.
Thanks simon29 for the suggestion.
|
|
This fixes redirecting to relative URLs with django.shortcuts.redirect.
|
|
|
|
This is consistent with Python's official documentation
and it's a sphinx recommendation too[1].
[1] http://sphinx-doc.org/markup/desc.html#dir-method
Refs #21855.
|
|
|
|
Thanks ashley at ashleymills.com for the suggestion.
|
|
Thanks oubiga for the report.
|
|
object.
|
|
|
|
Thanks Preston Holmes for the draft text.
|
|
|
|
|
|
|
|
|
|
Thanks alasdair.
|
|
Thanks olof.bjarnason at gmail.com for the report.
|
|
|