summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-11-06Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar
2018-11-03Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort
2018-11-01Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis
2018-10-30Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-29Fixed code highlighting in docs/ref/contrib/staticfiles.txt.Tim Graham
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-10-25Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs.Mayank Singhal
2018-10-24Removed a useless sentence in docs/ref/unicode.txt.Hemanth V. Alluri
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-22Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.buzzi
2018-10-21Removed "encoding" description in GIS tutorial.Atul Varma
2018-10-18Fixed #29858 -- Clarified docs regarding CSRF token header name.Tim Graham
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-11Fixed #29836 -- Bumped required cx_Oracle to 6.0.Mariusz Felisiak
2018-10-10Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.Andrea Rabbaglietti
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-04Improved tone in docs/ref/settings.txt.Kate Berry
2018-10-04Refs #27778 -- Removed "The database API" section from "Unicode data" docs.Jon Dufresne
2018-10-03Clarified when QuerySet.select_for_update() locks.ovalseven8
2018-10-03Corrected docs to say that all templates are text strings.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-10-02Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope
2018-10-02Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope
2018-10-02Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-10-02Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.Przemysław Buczkowski
2018-10-01Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
2018-09-27Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...Paweł Kołodziej
2018-09-26Added test of filtering on BinaryField and corrected docs.Jon Dufresne
2018-09-26Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-18Made various edits to docs/ref/utils.txt.Adam Johnson
2018-09-18Confirmed support for GEOS 3.7.Sergey Fedoseev
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-17Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev
2018-09-17Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai
2018-09-14Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-12Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-06Refs #29713 -- Improved error message from translation system check.Nick Pope