summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-11-09Improved docs/authentication.txt to note that messages only work with registe...Adrian Holovaty
2005-11-09Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was s...Adrian Holovaty
2005-11-08Finished docs/authentication.txtAdrian Holovaty
2005-11-07Added 'Serving the admin files' section in docs/modpython.txtAdrian Holovaty
2005-11-07Updated install.txt and modpython.txt to note required Apache and mod_python ...Adrian Holovaty
2005-11-07Changed register_tag example in docs/templates_python.txt to be consistent wi...Adrian Holovaty
2005-11-07Fixed typo in docs/i18n.txt. Thanks, EsajAdrian Holovaty
2005-11-06Added note about CacheMiddleware to docs/i18n.txt.Adrian Holovaty
2005-11-06Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty
2005-11-06Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.Adrian Holovaty
2005-11-06Fixed ReST bug in templates.txtAdrian Holovaty
2005-11-06Fixed ReST bug in templates.txtAdrian Holovaty
2005-11-06Changed headers in docs/templates.txt to match style from other documentationAdrian Holovaty
2005-11-06Fixed ReST bug in [1110]Adrian Holovaty
2005-11-06Reformatted docs/templates.txt to put headings in filter and tag references, ...Adrian Holovaty
2005-11-06Documented meta.Admin list_select_related option from [1092]Adrian Holovaty
2005-11-06Fixed #723 -- Documented 'django-admin installperms'Adrian Holovaty
2005-11-06Fixed #281 -- Made e-mail address validation much more strict and accurate.Adrian Holovaty
2005-11-06Fixed #319 -- Updated docs/model-api.txt to note that prepopulate_from doesn'...Adrian Holovaty
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-05Made small edits to docs/i18n.txtAdrian Holovaty
2005-11-05Fixed ReST bugs in i18n.txt from [1087]Adrian Holovaty
2005-11-05Moved translation.txt to i18n.txtAdrian Holovaty
2005-11-05Moderately heavy rewrite of docs/translation.txtAdrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-11-02Added DATABASE_PORT to docs/legacy_databases.txtAdrian Holovaty
2005-11-02Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tab...Adrian Holovaty
2005-11-02Changed docs/legacy_databases.txt to link to settings docsAdrian Holovaty
2005-11-02Improved docs/db-api.txt to specify that case-sensitive ordering isn't supportedAdrian Holovaty
2005-11-02Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt Adrian Holovaty
2005-11-01Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty
2005-11-01Fixed #508 -- Added support for 'expires' in cookies and changed session midd...Adrian Holovaty
2005-11-01Fixed #548 -- Added missing step at the end of docs/tutorial04.txtAdrian Holovaty
2005-10-31More tightening of docs/cache.txtAdrian Holovaty
2005-10-31Made several grammar fixes to cache documentation from [1020]Adrian Holovaty
2005-10-30Documented {{{singular}}} argument for m2m relationships (fixes #664).Jacob Kaplan-Moss
2005-10-29Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-23Small massaging of docs/model-api.txtAdrian Holovaty
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
2005-10-22Some small improvements and fixes to docs/authentication.txt, which still isn...Adrian Holovaty
2005-10-22Added partially completed docs/authentication.txtAdrian Holovaty
2005-10-20Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txtAdrian Holovaty
2005-10-20Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt.Adrian Holovaty
2005-10-20Fixed another ReST bug in template docs from [969]Adrian Holovaty
2005-10-20Fixed ReST bug in template docs from [969]Adrian Holovaty
2005-10-20Lightly refactored django.utils.dateformat to make it use less code. Also int...Adrian Holovaty
2005-10-20Fixed #317 -- SlugField now accepts hyphens. Thanks, SuneAdrian Holovaty
2005-10-20Fixed #642 -- Added small improvement to EmailField docs. Thanks, BoffbowshAdrian Holovaty
2005-10-19Fixed ReST bug in docs/tutorial02.txtAdrian Holovaty