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