summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Collapse)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 ↵Daniel Hahler
credentials. Regression in 3008f30f194af386c354416be4c483f0f6b15f33.
2017-05-20Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from ↵Tom
contrib.postgres.forms.
2017-05-18Fixed #28152 -- Made migrations serialize sets as set literals rather than ↵Jon Dufresne
set().
2017-05-15Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends ↵Tamas Szabo
don't accept a request.
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-05-10Refs #27795 -- Replaced force_text() with str() in contrib.messagesClaude Paroz
Thanks Tim Graham for the review.
2017-05-08Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal ↵Tim Graham
isn't installed.
2017-05-08Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.Tim Graham
Follow up to: ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support) ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support) 8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and ↵Josh Schneier
get_full_name() in AbstractBaseUser subclasses.
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
Thanks Tim for the review.
2017-05-03Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key ↵Tim Graham
is None.
2017-04-30Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when ↵Dylan Verheul
overriding existing attrs.
2017-04-29Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.Tim Graham
Thanks Preston Timmons for review.
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
Thanks Tim Graham for the review.
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 ↵Paolo Melchiorre
contrib.postgres.
2017-04-22Fixed #28115 -- Fixed IP address validation in geoip2 moduleClaude Paroz
Regression in 277a4dd4b4cc2a2cad77139882f084480751a95a. Thanks Tim Graham for the test.
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
and dimension checks.
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous ↵Sergey Fedoseev
index and dimension checks.
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous ↵Sergey Fedoseev
index and dimension checks.
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index ↵Sergey Fedoseev
and dimension checks.
2017-04-10Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ↵Sergey Fedoseev
another one.
2017-04-07Fixed #27972 -- Made BaseSpatialField.geodetic() use ↵Sergey Fedoseev
SpatialReference.geographic.
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
Follow up to a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
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 ↵Sergey Fedoseev
performance.
2017-04-04Updated contrib translations from TransifexClaude Paroz
Forward port of 290b2849f7ded5d21aa54c16171d806f7c14dfc9 from stable/1.11.x
2017-04-03Removed Oracle NULL workaround in AreaField.Sergey Fedoseev
Unused since 1b1ea63f6a4784e213c059c69beccaea20bc1a92.
2017-04-02Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on ↵Sergey Fedoseev
MySQL.
2017-04-02Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
argparse automatically sets the default value for store_true/false arguments to its opposite.
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 ↵Sergey Fedoseev
functions, and isvalid lookup.