1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/topics
2010-12-12 23:02:45 +00:00
..
db Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv. 2010-12-05 23:52:23 +00:00
forms Fixed #14791 - Clarify additional note on save(). Thanks OldTroll. 2010-11-28 18:48:55 +00:00
http Corrected typo in middleware docs. Thanks to matt_c for the report. 2010-12-07 14:59:57 +00:00
i18n Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kaihola and Ramiro Morales for the initial patch. 2010-12-12 23:02:45 +00:00
auth.txt Fixed #14764 -- specified that a set is returned by User.get_..._permissions methods. Thanks MostAwesomeDude for the report. 2010-12-04 00:50:49 +00:00
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and used this to provide more and prettier detail in error emails. Thanks to boxed for the suggestion, and to Rob Hudson and Brodie Rao for their work on the patch. 2010-12-06 14:21:51 +00:00
files.txt Fixed #13162 and #11597 -- Improved the file handling documentation: Removed documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports. 2010-12-05 07:35:10 +00:00
generic-views-migration.txt Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch. 2010-12-04 11:20:30 +00:00
generic-views.txt
index.txt
install.txt
logging.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt Fixed a couple of typos and small errors from r14696 and r14822. 2010-12-09 00:26:59 +00:00