.. |
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 #25525 -- Added instructions about importing include() in urls.py
|
2015-10-07 17:02:34 -04:00 |
contrib
|
Fixed #25499 -- Added the ability to pass an expression in distance lookups
|
2015-10-09 15:27:47 +02:00 |
core
|
Fixed #25500 -- Added --fail-level option to check command.
|
2015-10-05 17:11:40 -04:00 |
db
|
Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
|
2015-10-06 19:22:37 -04:00 |
dispatch
|
Moved and updated Python license.
|
2015-09-28 09:53:37 -04:00 |
forms
|
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
|
2015-10-05 18:21:56 -04:00 |
http
|
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
|
2015-09-16 12:21:50 -04:00 |
middleware
|
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
|
2015-09-16 12:21:50 -04:00 |
template
|
Fixed #25423 -- Made error message for unknown template tag more helpful.
|
2015-10-05 17:21:35 -04:00 |
templatetags
|
Refs #22306 -- Removed cycle/firstof template tags from "future".
|
2015-09-23 19:31:09 -04:00 |
test
|
Removed deprecated TEMPLATE_* settings per deprecation timeline.
|
2015-09-23 19:31:11 -04:00 |
utils
|
Removed SimpleLazyObject workaround for a Python 3 bug.
|
2015-10-05 09:46:59 -04:00 |
views
|
Fixed #25037 -- Added request.user to the debug view.
|
2015-10-05 09:36:42 -04:00 |
__init__.py
|
Bumped version; master is now 1.10 pre-alpha.
|
2015-09-23 19:31:08 -04: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 |