1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref
2010-12-05 01:23:23 +00:00
..
contrib Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thanks to Beetle_B, bjourne and philgyford for the reports, and Russ for the wording. 2010-12-04 11:35:22 +00:00
files
forms
models Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julien for the suggestion and dwillis for the patch. 2010-12-04 20:41:35 +00:00
templates Fixed #11152 - Add some classes to the template docs. Thanks adamv for the patch. 2010-11-29 00:55:04 +00:00
authbackends.txt
class-based-views.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
databases.txt Fixed grammar and tweaked notes about MySQL database/table collation interaction with text fields. Refs #14417. 2010-12-02 22:37:15 +00:00
django-admin.txt Fixed #12407 - Document 'call_command' - thanks UloPe for the suggestion and adamv for the patch. 2010-12-04 20:58:07 +00:00
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed #14809 -- broken login related tests after r14733. 2010-12-01 22:25:17 +00:00
settings.txt Added versionadded markup to the TEST_DEPENDENCIES setting. 2010-12-05 01:23:23 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt