1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
Claude Paroz 7e32dab3a6 Fixed #17687 -- Made LayerMapping router-aware
Thanks nosamanuel@gmail.com for the report and the initial patch.
2012-09-20 10:12:47 +02:00
..
bin
conf Remove a couple unused imports. 2012-09-08 14:30:11 -06:00
contrib Fixed #17687 -- Made LayerMapping router-aware 2012-09-20 10:12:47 +02:00
core Fixed #18947 -- Don't make uploaded files executeable by default. 2012-09-17 22:53:10 +02:00
db Revert "Fixed #16865 -- Made get_or_create use read database for initial get query." 2012-09-19 11:15:12 -06:00
dispatch
forms Document and test 'type' usage in Widget attrs 2012-09-10 19:31:11 +02:00
http
middleware fixed rfc comment typo in middleware/csrf.py 2012-09-10 12:11:24 -03:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixes #18933. Fixes code example in docstring. 2012-09-09 00:35:40 -04:00
templatetags
test Fixed #18980 -- Fixed assertContains regression when passed an object 2012-09-18 21:05:41 +02:00
utils Use unicode.translate to speed up js escaping. 2012-09-18 21:15:15 +02:00
views
__init__.py