summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-03-07Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk
2019-03-07Corrected markup in v3.0 release notes.tschilling
2019-03-05Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...Mariusz Felisiak
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model Meta....Hasan Ramezani
2019-02-28Clarified permission-related docs.Tobias Bengfort
2019-02-25Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest breakp...Matthias Kestenholz
2019-02-25Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-21Refs #28643 -- Added MD5 database function.Mariusz Felisiak
2019-02-20Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne
2019-02-16Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-14Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-02-12Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-11Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2019-02-11Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 releases.Carlton Gibson
2019-02-11Fixed typo in docs/releases/2.2.txt.Atul Varma
2019-02-11Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().Carlton Gibson
2019-02-10Fixed typo in docs/releases/3.0.txt.Jon Dufresne
2019-02-09Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" a...Tim Graham
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-09Confirmed support for GDAL 2.4.Tim Graham
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-08Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-02-08Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-02-07Added stub release notes for security releases.Carlton Gibson
2019-02-07Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-06Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-02-06Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().Tim Graham
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-02-06Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak
2019-02-05Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_REDIRECT_U...Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.safestring.SafeBytes.Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.functional.curry().Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias.Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.six.Tim Graham