summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-07-16Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-07-10Fixed #25082 -- Documented where to register system checks.Tim Graham
2015-07-10Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docsNick Sweeting
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne
2015-07-01Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-06-25Updated release process for new release schedule.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-22Updated indentation of example template in docs/topics/i18n/translation.txt.Wim Feijen
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-19Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann
2015-06-17Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-06-17Removed usage of string-based url() in auth docs.Tim Graham
2015-06-16Refs #24987 -- Documented that Client.login() rejects inactive users.Tim Graham
2015-06-12Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-09Fixed typos in docs/topics/python3.txtNik Nyby
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-08Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel
2015-06-08Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-05Added release notes for feature added in fe21fb81Russell Keith-Magee
2015-06-05Merge pull request #4757 from sergei-maertens/ticket_18166Russell Keith-Magee
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-06-04Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens
2015-06-02Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich
2015-06-02Added headings to i18n template tags and filters.Tim Graham
2015-06-01Simplified wording in QuerySet.update() docs.Maximiliano
2015-05-29Optimise the rest of the PNGs in docsCurtis
2015-05-27Removed unused import in example code in docs/topics/auth/default.txtKevin Marsh
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-05-25Fixed typos in HTTP decorator docs.I am Clinton
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-05-22Fixed mistakes in docs/topics/forms/formsets.txt examples.I am Clinton
2015-05-22Fixed settings docs to match list/tuple changes in #24149.Chris Schur
2015-05-22Fixed typo in docs/topics/auth/default.txtTim Graham
2015-05-21Enhanced registration/login.html example template.Laurent Peuch
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
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