| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-25 | [1.10.x] Fixed #26946 -- Clarified instructions for customizing ↵ | Tim Graham | |
| collectstatic's ignore_patterns. Backport of ec4a6b33a9af7f7c266c92b4ffb9b0a49ee5b1eb from master | |||
| 2016-07-14 | [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt | Tom Carrick | |
| Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master | |||
| 2016-07-07 | Fixed a typo in docs/ref/contrib/postgres/search.txt. | Mathieu Richardoz | |
| 2016-06-30 | [1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example. | Tim Graham | |
| Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master | |||
| 2016-06-15 | [1.10.x] Fixed broken links in docs and comments. | Ville Skyttä | |
| Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master | |||
| 2016-06-15 | [1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt | Tim Graham | |
| Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master | |||
| 2016-06-03 | [1.10.x] Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master | |||
| 2016-05-30 | [1.10.x] Fixed #26684 -- Removed incorrect index example in ↵ | Christophe Pettus | |
| docs/ref/contrib/postgres/search.txt. Backport of 92107522ed3568740ec7c3597db50b5c3a6e84d3 from master | |||
| 2016-05-28 | [1.10.x] Confirmed support for PostGIS 2.2. | Tim Graham | |
| Backport of cbea13f3447c3673a3cf25dab93f1dbc685ccd44 from master | |||
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
| 2016-05-17 | Updated admin's jQuery to 2.2.3. | Tim Graham | |
| 2016-05-16 | Fixed #21379 -- Created auth-specific username validators | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-05-16 | Fixed malformed table in docs/ref/contrib/gis/install/geolibs.txt | Tim Graham | |
| 2016-05-16 | Fixed #26592 -- Confirmed support for GDAL 2.1 | Claude Paroz | |
| Thanks Daniel Wiesmann for the report and the appropriate fixes. | |||
| 2016-05-16 | Removed a redundant example in contenttypes docs. | Tim Graham | |
| 2016-05-13 | Fixed #24938 -- Added PostgreSQL trigram support. | Matthew Somerville | |
| 2016-05-12 | Prevented findstatic argument from appearing as multiple options. | eltronix | |
| 2016-05-12 | Fixed typo in docs/ref/contrib/gis/layermapping.txt | Victor Oliveira da Silva | |
| 2016-05-08 | Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | |
| 2016-05-06 | Fixed #25588 -- Added spatial lookups to RasterField. | Daniel Wiesmann | |
| Thanks Tim Graham for the review. | |||
| 2016-04-28 | Fixed typo in docs/ref/contrib/admin/index.txt | eltronix | |
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-04-27 | Fixed typo in docs/ref/contrib/admin/index.txt | eltronix | |
| 2016-04-22 | Fix typos in PGFTS docs. | Marc Tamlyn | |
| Thanks for Simon Willison for the spot. | |||
| 2016-04-22 | Refs #3254 -- Added full text search to contrib.postgres. | Marc Tamlyn | |
| Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter. | |||
| 2016-04-22 | Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-21 | Refs #26455 -- Documented isvalid/makevalid in compatibility table. | Daniel Wiesmann | |
| 2016-04-20 | Fixed #16327 -- Redirected "Save as new" to change view instead of the ↵ | Markus Amalthea Magnuson | |
| changelist. | |||
| 2016-04-17 | Fixed #25951 -- Trimmed default representation of GEOSGeometry | Claude Paroz | |
| Thanks Sergey Fedoseev for the report. | |||
| 2016-04-16 | Updated indentation in GEOS docs | Claude Paroz | |
| 2016-04-16 | Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-12 | Refs #17635 -- Tested the Cast function in a geography to geometry context | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-09 | Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. | Jeremy Lainé | |
| 2016-04-09 | Fixed #26455 -- Allowed filtering and repairing invalid geometries. | Daniel Wiesmann | |
| Added the IsValid and MakeValid database functions, and the isvalid lookup, all for PostGIS. Thanks Tim Graham for the review. | |||
| 2016-04-07 | Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt | Mikkel Munch Mortensen | |
| 2016-04-04 | Fixed #26450 -- Corrected "Save as new" button label in docs. | Markus Amalthea Magnuson | |
| 2016-04-03 | Fixed #26101 -- Allowed introspection of base_field.model in RangeField | anna | |
| Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute. | |||
| 2016-03-29 | Fixed #26417 -- Allowed setting GDALBand data with partial values. | Daniel Wiesmann | |
| 2016-03-29 | Fixed #26415 -- Allowed deleting nodata value on GDALBands. | Daniel Wiesmann | |
| 2016-03-28 | Fixed typo in docs/ref/contrib/postgres/aggregates.txt. | Francisco Capdevila | |
| 2016-03-23 | Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. | Alexander Gaevsky | |
| 2016-03-21 | Fixed grammatical typos in gis docs. | Akshesh | |
| 2016-03-12 | Fixed #26345 -- Clarified which RangesFields always return a canonical form. | Tim Graham | |
| 2016-03-09 | Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt. | Tim Graham | |
| 2016-02-24 | Fixed #26266 -- Output the primary key in the GeoJSON serializer properties | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-02-19 | Fixed #25974 -- Switched GIS docs to 4 spaces indentation. | Sergey Fedoseev | |
| 2016-02-19 | Fixed some code blocks indentation in GIS docs. | Sergey Fedoseev | |
| 2016-02-18 | Added intended use in the admin's introduction. | Tim Graham | |
| 2016-02-16 | Used relative models imports in the GIS tutorial. | Juan José Conti | |
| 2016-02-09 | Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs. | userimack | |
