summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger2017-09-212-1/+32
* Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca2017-09-212-2/+2
* Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton2017-09-213-1/+32
* Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr2017-09-202-3/+4
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-2019-257/+482
* Fixed #28488 -- Reallowed error handlers to access CSRF tokens.Florian Apolloner2017-09-201-4/+6
* Removed unused list in Query.resolve_lookup_value().Nicolas Delaby2017-09-201-4/+1
* Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham2017-09-191-1/+2
* Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...Mariusz Felisiak2017-09-181-6/+7
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-187-4/+553
* Refs #14370 -- Vendored Select2 4.0.3 for use by the admin.Johannes Hoppe2017-09-1853-0/+7107
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-1815-6/+413
* Changed default value of DatabaseFeatures.has_bulk_insert to True.Mads Jensen2017-09-185-5/+1
* Fixed #26818 -- Added responsive CSS for the admin.elky2017-09-163-0/+1075
* Removed unneeded StdDev.convert_value() and Variance.convert_value().Sergey Fedoseev2017-09-161-10/+0
* Simplified Count.convert_value() and RegrCount.convert_value().Sergey Fedoseev2017-09-162-6/+2
* Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk2017-09-152-7/+43
* Removed unnecessary check in SQLCompiler.get_related_selections().Tim Graham2017-09-151-1/+1
* Removed unnecessary parens in various code.Mariusz Felisiak2017-09-138-10/+10
* Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham2017-09-133-56/+54
* Merged isinstance() calls.Mariusz Felisiak2017-09-134-4/+4
* Refs #27090 -- Added real database sequence introspection.Mariusz Felisiak2017-09-135-8/+72
* Refs #28569 -- Fixed gis_tests.inspectapp.tests.OGRInspectTest.test_time_field.Sergey Fedoseev2017-09-122-3/+4
* Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.Tom2017-09-121-7/+0
* Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham2017-09-125-3/+3
* Removed django.contrib.gis.geometry.backend.Tim Graham2017-09-127-44/+14
* Used sqlite3.Connection.load_extension() instead of query execution for Spati...Sergey Fedoseev2017-09-121-6/+3
* Fixed #28570 -- Dropped support for GEOS 3.3.x.Sergey Fedoseev2017-09-111-1/+1
* Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette2017-09-117-65/+35
* Refs #28492 -- Stopped accessing settings at Field.db_tablespace initialization.Simon Charette2017-09-111-3/+8
* Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev2017-09-115-72/+71
* Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne2017-09-116-19/+19
* Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev2017-09-111-1/+1
* Removed unnecessary parens in _get_app_label_and_model_name().Mariusz Felisiak2017-09-101-1/+1
* Refs #24928 -- Added introspection support for PostgreSQL RangeFieldClaude Paroz2017-09-091-0/+5
* Refs #24928 -- Added introspection support for PostgreSQL JSONFieldClaude Paroz2017-09-091-2/+6
* Fixed some comments referring to a nonexistent TestClient class.Luoxzhg2017-09-091-3/+3
* Fixed #25961 -- Removed handling of non-thread safe GEOS functions.Sergey Fedoseev2017-09-092-30/+20
* Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev2017-09-081-0/+2
* Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.Tim Graham2017-09-081-7/+12
* Removed to_lower parameter for translation's to_locale().Tim Graham2017-09-081-12/+6
* Simplified GEOSFuncFactory.Sergey Fedoseev2017-09-086-59/+28
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-0753-168/+283
* Removed unneeded __init__() methods.Sergey Fedoseev2017-09-079-48/+21
* Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.Sergey Fedoseev2017-09-061-4/+46
* Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone2017-09-062-5/+12
* Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen2017-09-061-0/+13
* Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev2017-09-064-23/+24
* Replaced @cached_property with class attributes where possible.Sergey Fedoseev2017-09-063-34/+17
* Removed DatabaseWrapper.psycopg2_version.Sergey Fedoseev2017-09-061-4/+0