summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Fixed ReST bug in docs/model-api.txtAdrian Holovaty
2005-10-17Fixed typo in docs/templates.txtAdrian Holovaty
2005-10-17Added note about multiple block tags to docs/templates.txtAdrian Holovaty
2005-10-17Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymousAdrian Holovaty
2005-10-17Added note to docs/django-admin.txt about 127.0.0.1 not being accessible from...Adrian Holovaty
2005-10-17Fixed some formatting issues in docs/settings.txtAdrian Holovaty
2005-10-17Added docs/settings.txtAdrian Holovaty
2005-10-17Added 'Loader types' section to docs/templates_python.txtAdrian Holovaty
2005-10-17Added 'Designate between GET and POST' section to design_philosophies.txtAdrian Holovaty
2005-10-16Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenki...Adrian Holovaty
2005-10-15Fixed #616 -- Added a process_exception() hook to middleware framework. Thank...Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty
2005-10-14Reworded part of design_philosophies.txtAdrian Holovaty
2005-10-14Fixed ReST bugs in docs/templates.txtAdrian Holovaty
2005-10-14Grammar fix to docs/design_philosophies.txtAdrian Holovaty
2005-10-14Fixed typo in docs/design_philosophies.txtAdrian Holovaty
2005-10-14Fixed #622 -- Added default_if_none filter. Thanks, EricAdrian Holovaty
2005-10-14Small grammar cleanup to design_philosophies.txtAdrian Holovaty
2005-10-14Cleaned up 'Assume designer competence' section in docs/design_philosophies.txtAdrian Holovaty
2005-10-14Added docs/design_philosophies.txtAdrian Holovaty
2005-10-12Added link to server-arrangements page from docs/install.txt. Thanks, AliceAdrian Holovaty
2005-10-12Fixed ReST bug in docs/model-api.txt from [846]Adrian Holovaty
2005-10-12Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...Adrian Holovaty
2005-10-12Added note to docs/modpython.txt about non-dev arrangements not serving admin...Adrian Holovaty
2005-10-11Fixed formatting bug in docs/model-api.txtAdrian Holovaty
2005-10-10Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, c...Adrian Holovaty
2005-10-10Updated docs to reflect changes in [824]Jacob Kaplan-Moss
2005-10-10Improved docs/db-api.txt to say add_FOO() methods always return the newly-cre...Adrian Holovaty
2005-10-10Fixed #601 -- Updated docs/model-api.txt unique_together section to say it's ...Adrian Holovaty
2005-10-09Changed some formatting in docs/middleware.txtAdrian Holovaty
2005-10-09Fixed ReST error in docs/cache.txtAdrian Holovaty
2005-10-09Fixed small typo in docs/cache.txtAdrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty
2005-10-06Fixed ReST formatting for docs/django-admin.txtAdrian Holovaty
2005-10-06Changed docs/django-admin.txt to add a link to diveintopython's explanation o...Adrian Holovaty
2005-10-06Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the p...Adrian Holovaty
2005-10-05Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments a...Adrian Holovaty