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