summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-06-04Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...Caio Ariede
2019-06-03Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.Mariusz Felisiak
2019-05-31Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the pare...parth
2019-05-28Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-20Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-17Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
2019-05-17Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...Alex
2019-05-17Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza
2019-05-16Fixed typo in expression documentation.Vyacheslav Ver
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-05-09Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...Troon
2019-05-07Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins
2019-05-07Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
2019-05-07Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...Tobias Kunze
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler
2019-05-03Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
2019-05-02Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.Mykola Kokalko
2019-05-02Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can