summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25229 -- Clarified how an iterable works with @permission_requiredTim Graham
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04Fixed password_reset signature in docsAlasdair Nicol
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-07-31Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-31Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txtTim Graham
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-07-25Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-24Converted tabs to spaces in topics/auth/default.txtTim Graham
2015-07-21Fixed #25156 -- Mentioned django.setup() in the settings overview for standal...James Bennett
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-21Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
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