summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-03-09[1.7.x] Bumped version for 1.7.6 release.1.7.6Tim Graham
2015-03-09[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fieldsBaptiste Mispelon
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-02-26[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to a...Gabriel Muñumel
2015-02-25[1.7.x] Post-release version bump.Tim Graham
2015-02-25[1.7.x] Bumped version for 1.7.5 release.1.7.5Tim Graham
2015-02-23[1.7.x] Added formats for the Azerbaijani locale.Emin Mastizada
2015-02-14[1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...Aymeric Augustin
2015-02-13[1.7.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'defau...Tim Graham
2015-02-12[1.7.x] Fixed #24293 -- Skipped a contrib.sites test if multiple databases ar...Tim Graham
2015-02-09[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't de...Markus Holtermann
2015-02-07[1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate signal...Markus Holtermann
2015-02-07[1.7.x] Revert "[1.7.x] Refs #24075 -- Silenced needless call_command output ...Markus Holtermann
2015-01-27[1.7.x] Post-release version bump.Tim Graham
2015-01-27[1.7.x] Bumped version for 1.7.4 release.1.7.4Tim Graham
2015-01-27[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() inst...Andriy Sokolovskiy
2015-01-23[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()Claude Paroz
2015-01-19[1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-15[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15[1.7.x] Refs #24075 -- Silenced needless call_command output while running testsMarkus Holtermann
2015-01-14[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-01-13[1.7.x] Post-release version bump.Tim Graham
2015-01-13[1.7.x] Bumped version for 1.7.3 release.1.7.3Tim Graham
2015-01-13[1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.7.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.7.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2015-01-11[1.7.x] Fixed #24110 -- Rewrote migration unapply to preserve intermediate st...Markus Holtermann
2015-01-10[1.7.x] Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
2015-01-10[1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-06[1.7.x] Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-03[1.7.x] Increased the default PBKDF2 iterations.Tim Graham
2015-01-02[1.7.x] Post-release version bump.Tim Graham
2015-01-02[1.7.x] Bumped version for 1.7.2 release.1.7.2Tim Graham
2015-01-02[1.7.x] Updated six to 1.9.0.Tim Graham
2014-12-31[1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-31[1.7.x] Renamed variables to avoid name collision with import of django.db.mo...Russell Keith-Magee
2014-12-30[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete f...Tim Graham
2014-12-29[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields an...Markus Holtermann
2014-12-27[1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django.Aymeric Augustin
2014-12-27[1.7.x] Fixed an inconsistency introduced in 547b1810.Aymeric Augustin
2014-12-27[1.7.x] Fixed #24000 -- Corrected contrib.sites default site creation in a mu...Tim Graham
2014-12-27[1.7.x] Fixed #23929 -- Added more tests for create_default_site.wrwrwr
2014-12-27[1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespacesClaude Paroz
2014-12-26[1.7.x] Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-12-23[1.7.x] Fixed #24037 -- Prevented data loss possibility when changing Meta.ma...Tim Graham