index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-07-16
Fixed typo in docs/topics/i18n/translation.txt
Rafał Selewońko
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-07-10
Fixed #25082 -- Documented where to register system checks.
Tim Graham
2015-07-10
Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docs
Nick Sweeting
2015-07-03
Fixed #23190 -- Made Paginator.page_range an iterator
Rigel Di Scala
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-07-01
Fixed #21695 -- Added asvar option to blocktrans.
Matthew Somerville
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-06-25
Updated release process for new release schedule.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Updated indentation of example template in docs/topics/i18n/translation.txt.
Wim Feijen
2015-06-20
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Marten Kenbeek
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann
2015-06-17
Fixed outdated Python version support info in docs/topics/install.txt
Tim Graham
2015-06-17
Removed usage of string-based url() in auth docs.
Tim Graham
2015-06-16
Refs #24987 -- Documented that Client.login() rejects inactive users.
Tim Graham
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-09
Fixed typos in docs/topics/python3.txt
Nik Nyby
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
Fixed #24929 -- Allowed permission_required decorator to take any iterable
Raphael Michel
2015-06-08
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...
Marissa Zhou
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-06
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Alasdair Nicol
2015-06-05
Capitalized "Python" in docs.
Tim Graham
2015-06-05
Added release notes for feature added in fe21fb81
Russell Keith-Magee
2015-06-05
Merge pull request #4757 from sergei-maertens/ticket_18166
Russell Keith-Magee
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-06-04
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2015-06-02
Added headings to i18n template tags and filters.
Tim Graham
2015-06-01
Simplified wording in QuerySet.update() docs.
Maximiliano
2015-05-29
Optimise the rest of the PNGs in docs
Curtis
2015-05-27
Removed unused import in example code in docs/topics/auth/default.txt
Kevin Marsh
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-22
Fixed mistakes in docs/topics/forms/formsets.txt examples.
I am Clinton
2015-05-22
Fixed settings docs to match list/tuple changes in #24149.
Chris Schur
2015-05-22
Fixed typo in docs/topics/auth/default.txt
Tim Graham
2015-05-21
Enhanced registration/login.html example template.
Laurent Peuch
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-20
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
Simon Charette
2015-05-18
Added docs for assertRaisesMessage as context manager.
Tim Graham
2015-05-17
Fixed typo in docs/topics/http/sessions.txt
Tim Graham
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-14
Minor edits to docs/topics/http/urls.txt
I am Clinton
2015-05-13
Fixed #24789 -- Fixed wrong positional args order in doc example
Charles Dee Rice
[next]