summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2019-08-18Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.Claude Paroz
2019-08-17Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
2019-08-16Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...Adnan Umer
2019-08-13Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz
2019-08-11Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstra...Akash Agrawal
2019-08-11Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().Akash Agrawal
2019-08-09Fixed #30688 -- Clarified base_manager_name docs.Carlton Gibson
2019-08-08Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer
2019-08-07Fixed #30676 -- Added --pdb option to test runner.Andrew Godwin
2019-08-05Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...Adnan Umer
2019-08-02Corrected StreamingHttpResponse.streaming_content description in docs.niauah
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-07-31Fixed #30665 -- Added support for distinct argument to Avg() and Sum().Étienne Beaulé
2019-07-31Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...Nick Pope
2019-07-31Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.Nick Pope
2019-07-31Refs #30160 -- Simplified archive extension map and added other aliases.Nick Pope
2019-07-25Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne
2019-07-19Refs #30083 -- Added a warning about performing queries in pre/post_init rece...Mariusz Felisiak
2019-07-19Refs #30083 -- Clarified database state of instances in signals.pre_init docs.Mariusz Felisiak
2019-07-18Refs #30547 -- Clarified that partial UniqueConstraints don't affect model va...Mariusz Felisiak
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-16Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2019-07-11Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-09Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-07-05Fixed #30613 -- Moved index name validation to system checks.can
2019-07-04Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-07-02Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active superusers.Carlton Gibson
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-07-01Fixed #30589 -- Clarified that urlize should be applied only to email address...aitoehigie
2019-07-01Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...Carlton Gibson
2019-06-26Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...nsasaki128
2019-06-24Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-22Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-20Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek
2019-06-20Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek
2019-06-20Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-19Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-06-18Fixed typos and example in signals.pre_init docs.Hasan Ramezani
2019-06-13Refs #29548 -- Doc'd MariaDB support for GIS database functions.Mariusz Felisiak
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-06-11Fixed intword example in docs/ref/contrib/humanize.txt.Jon Dufresne
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-06-11Changed charset and collation link to MySQL docs.Mykola Nicholas