.. |
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
|
Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
|
2015-12-12 09:34:01 -05:00 |
contrib
|
Fixed #25662 -- Allowed creation of empty GEOS geometries.
|
2015-12-14 13:29:38 -05:00 |
core
|
Fixed #25637 -- Added URLValidator hostname length validation.
|
2015-12-08 15:46:45 -05:00 |
db
|
Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.
|
2015-12-14 13:12:36 -05:00 |
dispatch
|
Moved and updated Python license.
|
2015-09-28 09:53:37 -04:00 |
forms
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
http
|
Fixed #25725 -- Made HttpReponse immediately close objects.
|
2015-12-14 12:46:48 -05:00 |
middleware
|
Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.
|
2015-12-10 13:51:07 -05:00 |
template
|
Fixed #25825 -- Implemented __ne__() for template Origin
|
2015-12-03 15:59:34 -05:00 |
templatetags
|
Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
|
2015-12-10 14:30:19 -05:00 |
test
|
Fixed many spelling mistakes in code, comments, and docs.
|
2015-12-03 12:48:24 -05:00 |
utils
|
Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr
|
2015-12-13 15:07:17 +01: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 |