0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
Karen Tracey ffe8bc00bf Replaced backwards-incompatible changes reference
The previously-referenced wiki page documents backwards-incompatible
changes from .96 to 1.0. Changed that referece to point to current
in-development release notes, which is where such changes are now
documented.
2012-09-09 12:53:32 -04:00
..
_images
class-based-views Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch. 2012-09-08 18:45:02 -04:00
db Fix typo: Non -> None 2012-09-08 16:14:13 -04:00
forms fixing modelforms example code, ticket #18832 2012-09-08 12:30:41 -04:00
http Small reorganisation of initial parts of URL documentation. 2012-09-07 19:12:14 -04:00
i18n Fixed #18365 - Added a reminder of the context processor required for the set_language view. 2012-09-08 06:56:07 -04:00
auth.txt Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
cache.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt Replaced backwards-incompatible changes reference 2012-09-09 12:53:32 -04:00
logging.txt
pagination.txt
python3.txt Fixed a typo in the Python 3 compatibility docs. 2012-09-08 18:54:33 +02:00
security.txt Formatting fix for host headers section 2012-09-06 16:10:08 -04:00
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt Fixed #13608 - Noted that template lookups use literal values. 2012-09-01 09:24:39 -04:00
testing.txt