| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
NullHandler removed in 1.9; unused since Django 1.5.
|
|
|
|
commands.
|
|
|
|
|
|
|
|
|
|
Thanks Graham Wideman for the patch.
|
|
Thanks Graham Wideman for the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Fako Berkers for help with the patch.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric for the initial patch and Carl for review.
|
|
|
|
|
|
Thanks Josh, Anssi, and Carl for reviews and advice.
|
|
Forwardport of 3ded51bcf21f384b2e80ce97aff5c12d63e5f0e3 from stable/1.8.x
|
|
Removed the bit about not allowing assignment to variables
because simple_tag now allows this.
|
|
|
|
|
|
bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.
|
|
|
|
|
|
Thanks to Jamie Matthews for finding and explaining the bug.
|
|
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
|
|
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.
|
|
This fixes a regression from refs #25496.
|
|
|
|
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)
Refs #23714 which essentially fixed the same problem when USE_TZ = True.
Thanks Florian and Carl for insisting until I wrote a complete patch.
|
|
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.
Thanks guettli for reporting this.
|
|
|
|
in tests.
|
|
|
|
|
|
|
|
|
|
|