summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-10-29[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders uni...Markus Holtermann
2014-10-27[1.7.x] Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27[1.7.x] Fixed stable/1.7.x test failures from refs #23699.Tim Graham
2014-10-27[1.7.x] Fixed flake8 warning.Tim Graham
2014-10-27[1.7.x] Fixed #23699 -- Prevented flush from loading initial data for apps wi...Tim Graham
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-26[1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer
2014-10-23[1.7.x] Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-23[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
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 a flake8 warning.Simon Charette
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 #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-15[1.7.x] Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz
2014-10-14[1.7.x] Adapted invalid cookie test to all Python versionsClaude Paroz
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-09-29[1.7.x] Required numpy < 1.9 for tests; refs #23489.Tim Graham
2014-09-27[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...Loic Bistuer
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 #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] 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-19[1.7.x] Fixed some flake8 errors.Tim Graham
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-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-09[1.7.x] Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-08[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08[1.7.x] Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...Andrew Pinkham