summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-06-24[1.7.x] refs #22487: Don't flush out data from before normal TestCases (spati...Tim Graham
2014-06-23[1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin...Uriel Corfa
2014-06-17[1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expressi...Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.auth.Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.contenttypes.Tim Graham
2014-06-16[1.7.x] Use __first__ not __latest__ for unknown app dependenciesAndrew Godwin
2014-06-16[1.7.x] Added database migration for contrib.sessions.Tim Graham
2014-06-15[1.7.x] Added database migration for contrib.redirects.Claude Paroz
2014-06-15[1.7.x] Added database migration for contrib.flatpages.Claude Paroz
2014-06-15[1.7.x] Added database migration for contrib.sites.Claude Paroz
2014-06-15[1.7.x] Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-06-09[1.7.x] Added rollback emulation to spatialite backend; refs #22487.Tim Graham
2014-06-09[1.7.x] Fixed formtools tests with Python 2Claude Paroz
2014-06-08[1.7.x] Gave unique names to SpatialRefSysModels.Aymeric Augustin
2014-06-07[1.7.x] Fixed #22772 -- Defer wizard temporary files deletion.Simon Charette
2014-06-03[1.7.x] Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-06-02[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...Tim Graham
2014-06-01[1.7.x] Fixed syntax error in ogrinspect.py management command.Fabio Rueda
2014-05-30[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-05-30[1.7.x] Fixed #19905 -- Fixed leakage of file descriptors in form wizard.Florian Apolloner
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-20[1.7.X] Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted fi...Denis Cornehl
2014-05-20[1.7.x] Removed unused translations in auth testsClaude Paroz
2014-05-19[1.7.x] Updated translation catalogsClaude Paroz
2014-05-19[1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_ma...Tim Graham
2014-05-19[1.7.x] Removed locale dirs for single-message appsClaude Paroz
2014-05-16[1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django...Stas Rudakou
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-15[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...Anders Steinlein
2014-05-14[1.7.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-10[1.7.x] Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-05-07[1.7.x] Restored site header text in password reset view.Ramiro Morales
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23[1.7.x] Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23[1.7.x] Used migration framework in GIS test tearDownClaude Paroz
2014-04-22[1.7.x] Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-22[1.7.x] Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-22[1.7.x] Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-22[1.7.x] Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-17[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17[1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-04-10[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...Tim Graham
2014-04-07[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham