This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-31 04:40:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
…
..
db
…
forms
…
http
Fixed
#15109
- typo in middleware docs; thanks colinsullivan for the report.
2011-01-18 23:25:38 +00:00
i18n
Fixed
#5494
,
#10765
,
#14924
-- Modified the order in which translations are read when composing the final translation to offer at runtime.
2011-02-07 18:48:40 +00:00
auth.txt
…
cache.txt
Fixed
#15222
- FileCache -> FileBasedCache typo; thanks Serp.
2011-02-06 17:28:01 +00:00
class-based-views.txt
…
conditional-view-processing.txt
…
email.txt
…
files.txt
…
generic-views-migration.txt
…
generic-views.txt
…
index.txt
Fixed
#15134
-- Removed a duplicate TOC entry for modelforms docs. Thanks to Aryeh Leib Taurog for the report.
2011-01-30 13:33:27 +00:00
install.txt
Fixed
#14794
- fix broken link in docs/topics/install.txt - thanks aright for the report.
2010-11-27 21:47:08 +00:00
logging.txt
Fixed
#14861
-- Added an admonition about the potential for circular imports with custom logging handlers (which produces an extremely confusing error message) to the logging docs. Thanks to donspaulding for the report and adamv for the patch.
2011-02-07 23:56:39 +00:00
pagination.txt
Fixed
#14000
- remove versionadded/changed tags for Django 1.0 and 1.1
2010-12-26 00:37:14 +00:00
serialization.txt
…
settings.txt
…
signals.txt
…
templates.txt
…
testing.txt
…