summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-04-22Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-21Fixed PostGIS remove_field implementationClaude Paroz
2014-04-21Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-17Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-04-10Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-04-07Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-04-03Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-31Fixed #22362 -- Improved AuthenticationMiddleware assertion message.Tim Graham
2014-03-31Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2014-03-29Skipped PostGIS version tests when psycopg2 not installedClaude Paroz
2014-03-29Unit testing Postgis version checkRémy Sanchez
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-29Removed unused imports.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-29Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-25Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans
2014-03-25Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis
2014-03-24Fixed typo in error message in django.contrib.sitemaps.Jannis
2014-03-22Fixed PostGIS test failures.Simon Charette
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-22Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Removed reading of legacy admin popup GET parameter.Tim Graham
2014-03-21Removed warning for settings.ADMIN_FOR which has been removed.Tim Graham
2014-03-21Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham
2014-03-21Removed backward compatible shims to rename get_query_set and similar queryse...Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-19Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr
2014-03-18Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner