summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-08-25Removed unnecessary absolute_imports.Tim Graham
2014-08-23Fixed #23341 -- Added migration name to nonexistent migration error in makemi...Raffaele Salmaso
2014-08-23Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso
2014-08-22Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote
2014-08-22Tweaked docstrings from previous commit.Tim Graham
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
2014-08-20Fixed #23322 -- Use resolved swappable model for dependency resolution during...Markus Holtermann
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20Fixed flake8 warnings.Tim Graham
2014-08-20Fixed migrations tests added in refs #23315.Tim Graham
2014-08-19Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.Baptiste Mispelon
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-08-18Removed test, duplicate of admin_scripts.CommandTypes testsClaude Paroz
2014-08-18Fixed flake8 warning.Tim Graham
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-15Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...Collin Anderson
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-08-15Fixed typo in tests/migrations/test_operations.pyTim Graham
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-14Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-08-14Fixed #23260: Added generator support to defaultfilters.unordered_list.Jaap Roes
2014-08-14Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham
2014-08-14Fixed #22971 -- Properly parsed RFC 2388 encoded headersClaude Paroz
2014-08-14Fixed test failure on python 3.x.Florian Apolloner
2014-08-13Fixed #18767 -- Fixed admin calendar for other locales than English.Maxime Turcotte
2014-08-14Fixed #21603 (again) -- Made a raw query in a test Oracle-compliantShai Berger
2014-08-13Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp
2014-08-13Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.Walter Doekes
2014-08-12Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.Tim Graham
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-12Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.Collin Anderson
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-08-12Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-12Avoided creation of deferred model from another deferred modelAnssi Kääriäinen
2014-08-12Fixed #23001 -- Fixed mixing defer and annotationsJosh Smeaton
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-08-11Fixed #16426 -- deletion of 1000+ objects with relations on SQLiteAnssi Kääriäinen