1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
2010-12-06 23:08:44 +00:00
..
contrib Fixed syntax error in ref/contrib/localflavor. 2010-12-06 00:01:52 +00:00
files Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake. 2010-12-06 23:07:46 +00:00
forms Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee. 2010-12-05 04:47:19 +00:00
models Fixed #8975 -- documented related order methods -- thanks to Leo for the report and dwillis for the initial patch. 2010-12-06 23:08:44 +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 #14773 -- Modified MultipleObjectMixin to allow for custom paginators. Thanks to piquadrat for the report and initial patch. 2010-12-05 04:32:36 +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 Fixed #14798 - Clarified redirects of generic views - thanks OldTroll. 2010-11-28 18:36:01 +00:00
index.txt
middleware.txt Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 2010-11-27 21:58:20 +00:00
request-response.txt Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv. 2010-12-06 01:55:16 +00:00
settings.txt Fixed #13605 -- Improved documentation of the django.core.files.storage module. Added documentation for DefaultStorage, get_storage_class, FileSystemStorage, and some missing public methods on Storage. New metadata targets included for everything. Thanks to kopernikus for the report and elbarto for contributing to the patch. 2010-12-05 06:45:34 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt