summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-09-28[1.7.x] Documented auth's login/logout function parameters.Tim Graham
2015-09-23[1.7.x] Refs #24361 -- Corrected documented level of the 'django' logger.Tim Graham
2015-08-19[1.7.x] Fixed style issues in testing docsMarkus Holtermann
2015-08-18[1.7.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-06-17[1.7.x] Corrected Python version support info in docs/topics/install.txtTim Graham
2015-05-22[1.7.x] Fixed mistakes in docs/topics/forms/formsets.txt examples.I am Clinton
2015-05-13[1.7.x] Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-12[1.7.x] Light edits to docs/topics/forms/index.txtI am Clinton
2015-05-11[1.7.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-05-05[1.7.x] Refs #21357 -- Added a working session example to the docs.Simon Baechler
2015-05-02[1.7.x] Fixed typo in translation import statementJosé Padilla
2015-04-29[1.7.x] Added translation.override() context manager to docs.Dmitry Medvinsky
2015-04-28[1.7.x] Fixed typo in docs/topics/i18n/translation.txtMounir
2015-04-24[1.7.x] Added missing comma in LocMemCache example.Nik Nyby
2015-04-24[1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.Daniel Harding
2015-04-22[1.7.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txtTim Graham
2015-04-20[1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.Simon Charette
2015-04-20[1.7.x] Fixed typo in docs/topics/class-based-views/intro.txtAnton
2015-04-20[1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.Marco Santamaria
2015-04-16[1.7.x] Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley
2015-04-06[1.7.x] Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-03[1.7.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-03-31[1.7.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy
2015-03-30[1.7.x] Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
2015-03-29[1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ...Christopher Luc
2015-03-28[1.7.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
2015-03-28[1.7.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-28[1.7.x] Fixed typo in docs/topics/forms/modelforms.txtSaeX
2015-03-25[1.7.x] Corrected typo in documentationDavid Seddon
2015-03-24[1.7.x] Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
2015-03-24[1.7.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-20[1.7.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-03-20[1.7.x] Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz
2015-03-14[1.7.x] Fixed doc typos.Floris den Hengst
2015-03-13[1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in mul...Andrei Kulakov
2015-03-13[1.7.x] Refs #23559 -- warned about consequences of letting users edit User m...Remco Kranenburg
2015-03-11[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.Dan Fellin
2015-03-09[1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.Psilo Cybin
2015-03-08[1.7.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05[1.7.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-03-02[1.7.x] Fixed #13015 -- Clarified language about model instances attached to ...Tim Graham
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-17[1.7.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-16[1.7.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16[1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-13[1.7.x] Fixed #24337 - Added stronger documentation warning about automatic f...Carl Meyer
2015-02-12[1.7.x] Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-03[1.7.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-01[1.7.x] Simplified a versionchanged note for LiveServerTestCase.Tim Graham
2015-01-30[1.7.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov