summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2016-12-21Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester
2016-12-20Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-19Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham
2016-12-19Fixed #27377 -- Clarified that prepopulated_fields doesn't work with ↵Henry Dang
OneToOneField.
2016-12-17Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-12-15Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is ↵Sergey Fedoseev
unavailable.
2016-12-15Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-14Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
Thanks Carl Meyer for review.
2016-12-14Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
2016-12-08Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-12-08Fixed #13312 -- Allowed specifying the order of null fields in queries.Yohann Gabory
Thanks Mariusz Felisiak for finishing the patch.
2016-12-08Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() ↵Doug Harris
docs.
2016-12-05Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
Cells in the first column must contain some text. http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2016-11-30Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
2016-11-30Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.Sergey Fedoseev
2016-11-30Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel
Major thanks to Shai for helping to refactor the tests, and to Shai, Tim, Florian, and others for extensive and helpful review.
2016-11-30Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().Sergey Fedoseev
2016-11-29Fixed #27358 -- Added a system check to prevent FileField's upload_to from ↵Henry Dang
starting with a slash. Thanks Frank Bijlsma for the initial patch.
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
Thanks to Christian von Roques for the report.
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
This makes it equivalent to: `from django.contrib.auth.models import User`. Thanks Aymeric Augustin for the initial patch and Tim Graham for the review.
2016-11-25Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-22Fixed #27295 -- Added a system check to prohibit model names that start or ↵Quentin Fulsher
end with an underscore or contain double underscores.
2016-11-21Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.Tim Graham
2016-11-17Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-15Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.Jonatas CD
2016-11-12Documented GEOS 3.5 supportClaude Paroz
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
Thanks to Mariusz Felisiak and Tim Graham for review.
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster ↵Daniel Wiesmann
constructor. Thanks Tim Graham for the review.
2016-11-11Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09Fixed #27414 -- Doc'd that F() expressions on relations return pk values.Jop Reyntjes
2016-11-08Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-06Fixed typo in docs/ref/middleware.txt.Tim Graham
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ↵Adam Malinowski
ConditionalGetMiddleware.
2016-11-01Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
This is a security fix.
2016-11-01Fixed CVE-2016-9013 -- Generated a random database user password when ↵Marti Raudsepp
running tests on Oracle. This is a security fix.
2016-10-31Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.Tim Graham