summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-12-02[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed selenium test failure of JavascriptI18nTests.Tim Graham
2014-12-01[1.7.x] Fixed flake8 warnings.Tim Graham
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-26[1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-25[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-24[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...Sergey Fedoseev
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...Alasdair Nicol
2014-11-21[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...Andrzej Pragacz
2014-11-20[1.7.x] Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-20[1.7.x] Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-19[1.7.x] Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Formatted model states in autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-11-13[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.Adam DePue
2014-11-13[1.7.x] Fixed flake8 warning.Tim Graham
2014-11-12[1.7.x] Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-11-06[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...Markus Holtermann
2014-11-03[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03[1.7.x] Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-10-31[1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same...Markus Holtermann
2014-10-31[1.7.x] Avoided using private API get_template_from_string.Aymeric Augustin
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