summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2017-01-14Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
Thanks to Josh Smeaton for the idea of implementing server-side cursors in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin Turner for their previous work. Also Simon Charette and Tim Graham for review.
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't ↵Tim Graham
PostGIS specific.
2017-01-05Alphabetized system check reference.Tim Graham
2017-01-04Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
Thanks Tim Graham for the review.
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham
2016-12-30Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b and dcf3be7a621f011a918453527406216a738acf68.
2016-12-28Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
Thanks Carl Meyer and Tim Graham for contributing to the patch.
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-12-22Documented url()'s 'regex' parameter.Adam Chainz
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
Thanks Adam Chainz for review and guidance.
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.