summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-05-20Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.Simon Charette
2015-05-18Added docs for assertRaisesMessage as context manager.Tim Graham
2015-05-17Fixed typo in docs/topics/http/sessions.txtTim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-14Minor edits to docs/topics/http/urls.txtI am Clinton
2015-05-13Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-12Light edits to docs/topics/forms/index.txtI am Clinton
2015-05-11Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-05-09Fixed typo in docs/topics/testing/tools.txtIan Foote
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-05-05Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...Dan Watson
2015-05-02Fixed typo in translation import statementJosé Padilla
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29Added translation.override() context manager to docs.Dmitry Medvinsky
2015-04-29Used full variable names instead of abbreviation in examplesBaptiste Mispelon
2015-04-28Fixed typo in docs/topics/i18n/translation.txtMounir
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-25Fixed a typo and formatting consistency in testing tools docsAdam Zapletal
2015-04-24Added missing comma in LocMemCache example.Nik Nyby
2015-04-24Fixed #24700 -- Added dash to slug regex in http docsMarcus Pennington
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-04-24Updated startproject MIDDLEWARE_CLASSES in docs.Daniel Harding
2015-04-22Fixed #24684 -- Typo in docs/topics/forms/modelforms.txtTim Graham
2015-04-20Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.Tim Graham
2015-04-20Fixed #24674 -- Documented the correct NullBooleanField formfield.Simon Charette
2015-04-20Fixed typo in docs/topics/class-based-views/intro.txtAnton
2015-04-19Fixed #11078 -- documentation update.Marco Santamaria
2015-04-16Fixed #24646 -- Fixed jinja2 example on Python 2.Tim Graham
2015-04-16Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley
2015-04-14Removed docs for removed transaction APIs.Tim Graham
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-04-07Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for cust...Tim Graham
2015-04-07Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc
2015-04-07Specified file names for example code in docs/topics/forms/index.txtPatrik Lundin
2015-04-06Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-03Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-04-01Pointed Jinja2 users to Babel instead of makemessages.Aymeric Augustin
2015-03-31Fixed typo in docs/topics/cache.txtKostochko Dmitriy
2015-03-30Documented jinja2 install requirement.Tim Graham
2015-03-30Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
2015-03-29Improved docs for timezone handling for auto_now and auto_now_addChristopher Luc
2015-03-28Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
2015-03-28Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-28Fixed typo in docs/topics/forms/modelforms.txtSaeX
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-03-24Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham