Jani Tiainen
|
1b8d7eff3b
|
Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.
|
2015-08-19 19:02:30 -04:00 |
Tim Graham
|
197b187810
|
Fixed #25225 -- Simplified code to remove GEOSIndexError
The test is a regression for refs #4740 to show that the original
fix of GEOSIndexError is no longer needed.
|
2015-08-18 19:10:47 -04:00 |
Pedro Maltez
|
b04544e21d
|
Corrected inconsistent indentation in django/contrib/admin/static/admin/js/urlify.js.
|
2015-08-18 16:15:54 -04:00 |
Pedro Maltez
|
aed97bc222
|
Fixed typo in django/contrib/admin/static/admin/js/urlify.js.
|
2015-08-18 16:15:54 -04:00 |
Tim Graham
|
8cc41ce7a7
|
Fixed DoS possiblity in contrib.auth.views.logout()
Thanks Florian Apolloner and Carl Meyer for review.
This is a security fix.
|
2015-08-18 08:03:43 -04:00 |
Fabrizio Ettore Messina
|
ece78684d9
|
Fixed #25267 -- Corrected message for admin.E122 system check.
|
2015-08-13 12:34:48 -04:00 |
Tim Graham
|
b27547f9d1
|
Removed deprecated GeoManager from inspectdb/ogrinspect output.
refs ea27e26b09
|
2015-08-10 10:29:36 -04:00 |
Tim Graham
|
5980b05c1f
|
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
This mostly reverts 5643a3b51b and
81e1a35c36 .
Thanks Carl Meyer for review.
|
2015-08-10 08:51:32 -04:00 |
Tim Graham
|
a3830f6d66
|
Refs #25236 -- Removed ifequal/ifnotequal usage.
|
2015-08-08 07:33:15 -04:00 |
Tim Graham
|
a7b7f27c05
|
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
|
2015-08-07 13:26:17 -04:00 |
Claude Paroz
|
6ed613b2a5
|
Refs #25163 -- Added trimmed option to recent blocktrans addition
|
2015-08-07 17:29:03 +02:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
Ion Scerbatiuc
|
520802160a
|
Fixed #25226 -- Set the model attribute on ArrayField's base_field
|
2015-08-05 15:01:32 -04:00 |
Curtis Maloney
|
9f73009e98
|
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField
Correct test which was using the model field in a test form.
|
2015-08-04 19:15:22 +10:00 |
Alasdair Nicol
|
8972818289
|
Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fields.
|
2015-08-03 08:58:39 -04:00 |
aroche
|
cc3d2fa731
|
Made the @register decorator importable from contrib.gis.admin.
|
2015-08-03 07:29:31 -04:00 |
Alex Becker
|
53d28f8339
|
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
|
2015-08-01 20:18:26 -04:00 |
Tim Graham
|
264eeaf14a
|
Removed unnecessary if statement in createsuperuser command.
|
2015-08-01 20:00:05 -04:00 |
Flavio Curella
|
1e2362ca0f
|
Refs #25184 -- Started deprecation for contrib.gis.geoip.
|
2015-07-31 10:09:06 -04:00 |
Flavio Curella
|
7f0953ce1f
|
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
|
2015-07-31 09:45:03 -04:00 |
elky
|
35901e64b0
|
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
|
2015-07-30 15:18:22 -04:00 |
Luis Visintini
|
635ffc3c37
|
Fixed #25163 -- Added hint for non-staff users to admin login page.
|
2015-07-29 15:09:32 -04:00 |
Tim Graham
|
adc0c4fbac
|
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Thanks Loic Bistuer for review.
|
2015-07-28 09:28:25 +07:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Akis Kesoglou
|
29465d438e
|
Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow customization.
|
2015-07-27 10:23:56 -04:00 |
Tim Graham
|
71df9b7de4
|
Fixed JavaScript "no-cond-assign" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
77a112cb88
|
Fixed JavaScript "no-eval" violation.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
fbb4f0797c
|
Fixed JavaScript "strict" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
5dceb7c828
|
Fixed JavaScript "no-underscore-dangle" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
85d6b5d1ed
|
Fixed JavaScript "no-shadow" violations.
|
2015-07-22 17:09:52 -04:00 |
Tim Graham
|
8eeb566aca
|
Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.
|
2015-07-22 17:09:52 -04:00 |
lukasz.wojcik
|
927b30a6ab
|
Fixed #24126 -- Deprecated current_app parameter to auth views.
|
2015-07-21 08:26:41 -04:00 |
Wim Feijen
|
c082363527
|
Reworded contrib.auth forms' password confirmation help_text.
"As above" refers to a spatial orientation, which might
not be present, for example when the two password fields
are shown next to each other.
|
2015-07-20 15:51:50 -04:00 |
Claude Paroz
|
1da170a203
|
Fixed #25141 -- Diminished GDAL dependence during geojson serialization
Only require GDAL if contained geometries need coordinate transformations.
Thanks drepo for the report and Tim Graham for the review.
|
2015-07-20 20:22:29 +02:00 |
Tim Graham
|
774c16d16e
|
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
|
2015-07-20 13:44:34 -04:00 |
Tim Graham
|
f5e9d67907
|
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Thanks Carl Meyer for review.
|
2015-07-20 13:44:26 -04:00 |
Tim Graham
|
a131d9ce55
|
Fixed JavaScript "no-octal-escape" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
f8304ac33b
|
Fixed JavaScript "no-multi-spaces" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
efc144aba0
|
Fixed JavaScript "space-infix-ops" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
ec6563f585
|
Fixed JavaScript "dot-notation" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
8a99c01184
|
Fixed JavaScript "key-spacing" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
2d6466c295
|
Fixed JavaScript "comma-spacing" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
b647d64408
|
Fixed JavaScript "indent" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
8606bea3bc
|
Fixed JavaScript space-before-function-paren violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
ac6164948e
|
Fixed JavaScript "curly" violations.
|
2015-07-18 06:57:10 -04:00 |
Tim Graham
|
e25ba6e8bb
|
Refs #25073 -- Copied recently added verbose_names to migrations.
|
2015-07-17 14:07:18 -04:00 |
Edward Henderson
|
f8cc464452
|
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
2015-07-17 13:48:58 -04:00 |
Tim Graham
|
adffff79a3
|
Allowed installing closure with pip for admin JavaScript compression.
|
2015-07-17 13:22:34 -04:00 |
Thomas Stephenson
|
035b0fa60d
|
Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
|
2015-07-14 09:13:22 -04:00 |
Razvan Andrei Ionescu
|
97bc875234
|
Fixed #25117 -- Added Romanian char map for Javascript slug generation
|
2015-07-13 13:31:12 -04:00 |