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-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
Anton Samarchyan
2017-05-26
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
jannh
2017-05-25
Fixed docstring typo in django/contrib/admin/actions.py.
Yuichi Fujikawa
2017-05-22
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
R3turnz
2017-05-22
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...
Daniel Hahler
2017-05-20
Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.pos...
Tom
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-05-15
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...
Tamas Szabo
2017-05-14
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
Danilo Bargen
2017-05-10
Refs #27795 -- Replaced force_text() with str() in contrib.messages
Claude Paroz
2017-05-08
Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn...
Tim Graham
2017-05-08
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Tim Graham
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-05-05
Fixed #28085 -- Added missing plural forms in en translation catalogs
Claude Paroz
2017-05-04
Removed obsolete HAS_GEOS variable for test skipping.
Tim Graham
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-05-03
Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is...
Tim Graham
2017-04-30
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...
Dylan Verheul
2017-04-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-26
Replaced unneeded *arguments with positional arguments.
Jon Dufresne
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-04-22
Fixed #28115 -- Fixed IP address validation in geoip2 module
Claude Paroz
2017-04-22
Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 module
Claude Paroz
2017-04-22
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
Claude Paroz
2017-04-20
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
Tim Graham
2017-04-19
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Tim Graham
2017-04-17
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
InvalidInterrupt
2017-04-13
Refs #28024 -- Optimized LineString.__init__() by avoiding superfluous index ...
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous i...
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous i...
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index and...
Sergey Fedoseev
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-07
Fixed #27972 -- Made BaseSpatialField.geodetic() use SpatialReference.geograp...
Sergey Fedoseev
2017-04-07
Made get_srid_info() cache use a namedtuple.
Sergey Fedoseev
2017-04-07
Removed connection agnostic SRID info cache from BaseSpatialField.
Sergey Fedoseev
2017-04-07
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-04-06
Fixed #28006 -- Allowed using D with lookups on Distance annotations.
Sergey Fedoseev
2017-04-05
Fixed #28020 -- Made GEOSGeometry.json use OGRGeometry.json for better perfor...
Sergey Fedoseev
2017-04-04
Updated contrib translations from Transifex
Claude Paroz
2017-04-03
Removed Oracle NULL workaround in AreaField.
Sergey Fedoseev
2017-04-02
Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on M...
Sergey Fedoseev
2017-04-02
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
Sergey Fedoseev
2017-04-01
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
[prev]
[next]