summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2020-01-06Corrected notes about default date/datetime/time input formats.Claude Paroz
2020-01-03Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.Federico Jaramillo Martínez
2020-01-02Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak
2019-12-30Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn
2019-12-30Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-12-23Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne
2019-12-23Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...Jon Dufresne
2019-12-21Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
2019-12-20Removed outdated information from contrib.sites docs.Garry Polley
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-12-17Fixed #31086 -- Improved error message for admin model inlines with more than...Shubham singh
2019-12-16Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk
2019-12-12Rewrote CSRF JavaScript example without jQuery.Jon Dufresne
2019-12-12Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel
2019-12-12Doc'd HttpResponse.set_cookie()'s secure argument.Osaetin Daniel
2019-12-12Refs #6657 -- Corrected HttpResponse.set_cookie()/set_signed_cookie() signatu...Osaetin Daniel
2019-12-12Fixed typos in 3.0 release notes and docs/ref/request-response.txt.Hasan Ramezani
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-12-09Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon
2019-12-06Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-12-05Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton
2019-12-05Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
2019-12-04Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin
2019-12-04Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini
2019-12-03Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon
2019-12-02Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley
2019-12-02Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-27Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh
2019-11-27Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh
2019-11-26Improved custom MultiWidget example in docs.Adam Johnson
2019-11-25Updated link to IBM DB2 backend.Sergey Fedoseev
2019-11-25Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
2019-11-25Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES d...Jon Dufresne
2019-11-25Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon
2019-11-22Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev
2019-11-21Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-11-18Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh
2019-11-11Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...Hasan Ramezani
2019-11-11Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-08Refs #30948 -- Updated install instructions to use pip instead of setup.py.Jon Dufresne
2019-11-08Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani
2019-11-07Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope