.. |
apps
|
Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.
|
2015-09-17 10:06:52 -04:00 |
bin
|
Removed bin/unique-messages.py
|
2015-02-06 08:47:38 -05:00 |
conf
|
Added Scottish Gaelic as new available language
|
2015-11-27 09:55:11 +01:00 |
contrib
|
Fixed #25835 -- Removed Adaptor alias from spatial operations classes.
|
2015-11-30 08:57:15 -05:00 |
core
|
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
|
2015-11-25 13:07:00 -05:00 |
db
|
Fixed #25807 -- Instructed the migration writer about lazy objects.
|
2015-11-26 11:14:47 -05:00 |
dispatch
|
Moved and updated Python license.
|
2015-09-28 09:53:37 -04:00 |
forms
|
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
|
2015-11-09 12:42:36 -05:00 |
http
|
Fixed #25644 -- Fixed reset cookie expiry date bug.
|
2015-11-18 07:47:40 -05:00 |
middleware
|
Fixed #25302 (again) -- Ignored scheme when checking for bad referers.
|
2015-11-26 21:27:12 +01:00 |
template
|
Fixed a typo in the template Parser.parse docstring.
|
2015-11-26 09:57:21 -05:00 |
templatetags
|
Refs #22306 -- Removed cycle/firstof template tags from "future".
|
2015-09-23 19:31:09 -04:00 |
test
|
Fixed #25826 -- Improved help text for the --parallel option
|
2015-11-27 23:08:34 +01:00 |
utils
|
Fixed #25812 -- Restored the ability to use custom formats with the date template filter.
|
2015-11-28 08:38:45 -05:00 |
views
|
Removed blank line to appease isort.
|
2015-11-17 19:01:06 -05:00 |
__init__.py
|
Fixed #16734 -- Set script prefix even outside of requests
|
2015-10-29 20:12:38 +01:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Removed dictionary and context_instance parameters for render functions.
|
2015-09-23 19:31:11 -04:00 |