summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2017-09-06Replaced @cached_property with class attributes where possible.Sergey Fedoseev
2017-09-06Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.Sergey Fedoseev
2017-09-05Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-09-05Simplified admin.widgets.url_params_from_lookup_dict().Sergey Fedoseev
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
2017-09-04Improved messages in IndexErrors raised by GDAL objects.Nick Pope
2017-09-04Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.Nick Pope
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-03Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...ZachLiuGIS
2017-09-02Simplified index bounds checking in GDAL objects.Nick Pope
2017-09-02Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility...Nick Pope
2017-08-31Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham
2017-08-29Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.Sergey Fedoseev
2017-08-28Fixed #28536 -- Removed old JS cross-browser utilitiesClaude Paroz
2017-08-26Removed lone usage of jQuery in admin's calendar.jsClaude Paroz
2017-08-26Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.Mads Jensen
2017-08-26Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's N...Mads Jensen
2017-08-24Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-08-24Fixed #28513 -- Added POST request support to LogoutView.hui shang
2017-08-24Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.Fabian Schindler
2017-08-23Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz
2017-08-23Removed unneeded iter() calls.Sergey Fedoseev
2017-08-23Used frozenset instead of dict for GeoIP2.cache_options for simplicity.Sergey Fedoseev
2017-08-23Used OrderedDict.fromkeys() to initialize OrderedDict with None values.Sergey Fedoseev
2017-08-22Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-08-22Fixed #28496 -- Added ModelAdmin.get_changelist_instance().Simon Meers
2017-08-15Fixed #28495 -- Converted GDAL Feature.fields to stringsClaude Paroz
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo
2017-08-08Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditorClaude Paroz
2017-08-08Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.bc500
2017-08-02Removed unused _combine() node argument from various combinable classes.Mariusz Felisiak
2017-08-02Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham
2017-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-07-27Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev
2017-07-26Removed unused SpatialOperations.from_wkb.Tim Graham
2017-07-26Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...Sergey Fedoseev
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-25Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.Sergey Fedoseev
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin
2017-07-21Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.Tom Forbes
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-07-20Added BaseSpatialField.get_db_prep_value() to simplify.Sergey Fedoseev
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
2017-07-20Refs #25588 -- Removed obsolete bits of RasterField support.Tim Graham
2017-07-20Simplified handling of GIS lookup params.Sergey Fedoseev
2017-07-20Removed unneeded check in GeometryField.from_db_value().Sergey Fedoseev
2017-07-19Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov
2017-07-19Fixed typo in DistanceLookupBase.process_rhs() error message.Sergey Fedoseev