summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-01Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-31Fixed #25324 -- Registered ModelAdmin instances with @admin.register decoratorY3K
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-28Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-08-28Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham
2015-08-27Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-08-18Corrected inconsistent indentation in django/contrib/admin/static/admin/js/ur...Pedro Maltez
2015-08-18Fixed typo in django/contrib/admin/static/admin/js/urlify.js.Pedro Maltez
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-13Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-07Refs #25163 -- Added trimmed option to recent blocktrans additionClaude Paroz
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-08-03Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...Alasdair Nicol
2015-08-03Made the @register decorator importable from contrib.gis.admin.aroche
2015-08-01Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker
2015-08-01Removed unnecessary if statement in createsuperuser command.Tim Graham
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-07-29Fixed #25163 -- Added hint for non-staff users to admin login page.Luis Visintini
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-07-22Fixed JavaScript "no-cond-assign" violations.Tim Graham
2015-07-22Fixed JavaScript "no-eval" violation.Tim Graham
2015-07-22Fixed JavaScript "strict" violations.Tim Graham
2015-07-22Fixed JavaScript "no-underscore-dangle" violations.Tim Graham
2015-07-22Fixed JavaScript "no-shadow" violations.Tim Graham
2015-07-22Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.Tim Graham
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-20Reworded contrib.auth forms' password confirmation help_text.Wim Feijen
2015-07-20Fixed #25141 -- Diminished GDAL dependence during geojson serializationClaude Paroz
2015-07-20Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-07-18Fixed JavaScript "no-octal-escape" violations.Tim Graham