summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-11-24[1.7.x] Bumped version for 1.7.11 release.1.7.11Tim Graham
2015-11-16[1.7.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-11[1.7.x] Refs #25693 -- Added a regression test for `to_attr` validation on fo...Simon Charette
2015-11-11[1.7.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` v...Simon Charette
2015-11-11[1.7.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-08-18[1.7.x] Post-release version bump.Tim Graham
2015-08-18[1.7.x] Bumped version for 1.7.10 release.1.7.10Tim Graham
2015-08-18[1.7.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-07-30[1.7.x] Updated GeoIP test for newer versionsClaude Paroz
2015-07-30[1.7.x] Fixed #25183 -- Fixed non-deterministic GeoIP test.Tim Graham
2015-07-08[1.7.x] Post-release version bump.Tim Graham
2015-07-08[1.7.x] Bumped version for 1.7.9 release.1.7.9Tim Graham
2015-07-08[1.7.x] Prevented newlines from being accepted in some validators.Tim Graham
2015-07-08[1.7.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-06-30[1.7.x] Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-06-09[1.7.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.Tim Graham
2015-05-28[1.7.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-01[1.7.x] Post-release version bump.Tim Graham
2015-05-01Bumped version for 1.7.8 release.1.7.8Tim Graham
2015-04-17[1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-16[1.7.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
2015-04-14[1.7.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-03-18[1.7.x] Post-release version bump.Tim Graham
2015-03-18[1.7.x] Bumped version for 1.7.7 release.1.7.7Tim Graham
2015-03-18[1.7.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.7.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-16[1.7.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...John Giannelos
2015-03-14[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses whe...Matthew Wilkes
2015-03-09[1.7.x] Post-release version bump.Tim Graham
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