summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-10-22[1.7.x] Bump version number for bugfix release.1.7.1James Bennett
2014-10-21[1.7.x] Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-21[1.7.x] Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz
2014-10-20[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-17[1.7.x] Fixed #23649 -- Made Oracle test-db creation drop test-user earlier w...Shai Berger
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-13[1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-12[1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend...Florian Apolloner
2014-10-10[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-08[1.7.x] Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Py...Ian Foote
2014-10-08[1.7.x] Fixed #23611 -- update_or_create failing from a related managerAndré Ericson
2014-10-06[1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII chara...Tim Graham
2014-10-06[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...Markus Holtermann
2014-10-07[1.7.x] Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer
2014-10-06[1.7.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-10-04[1.7.x] Revert "Improved AppRegistryNotReady message."Tim Graham
2014-10-04[1.7.x] Improved AppRegistryNotReady message.Collin Anderson
2014-09-30[1.7.x] Updated translations from TransifexClaude Paroz
2014-09-27[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...Loic Bistuer
2014-09-25[1.7.x] Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25[1.7.x] Added missing import removed in bad merge.Tim Graham
2014-09-25[1.7.x] Fixed #23455 -- Forced related_name to be a unicode string during dec...Markus Holtermann
2014-09-25[1.7.x] Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-24[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying...Tim Graham
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-24[1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() h...Justin Caratzas
2014-09-23[1.7.x] Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23[1.7.x] Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23[1.7.x] Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.Sergey Fedoseev
2014-09-22[1.7.x] Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
2014-09-19[1.7.x] Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19[1.7.x] Made a GIS test work on Oracle.Tim Graham
2014-09-19[1.7.x] Skipped an unsupported test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Fixed an inspectapp test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-19[1.7.x] Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-19[1.7.x] Improved GIS migration test cleanup; refs #23504.Tim Graham
2014-09-17[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant ...Malte Beckmann
2014-09-17[1.7.x] Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-16[1.7.x] Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-15[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...valtron
2014-09-13[1.7.x] Fixed #23478 -- Complemented sqlmigrate command helpClaude Paroz
2014-09-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-11[1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a...Tim Graham
2014-09-10[1.7.x] Avoided using deprecated version of importlib; refs #23418.Tim Graham