summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-07-28[1.9.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
2016-07-24[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debu...Jon Dufresne
2016-07-21[1.9.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
2016-07-19[1.9.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-15[1.9.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-14[1.9.x] Refs #26897 -- Added cleanup to i18n testClaude Paroz
2016-07-14[1.9.x] Refs #26897 -- Missing directory containment in i18n testClaude Paroz
2016-07-14[1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII f...Claude Paroz
2016-07-13[1.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne
2016-07-09[1.9.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
2016-06-27[1.9.x] Refs #26034 -- Corrected a schema test to work with the correct field...Jon Dufresne
2016-06-18Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens
2016-06-16[1.9.x] Fixed flake8 2.6 warnings.Tim Graham
2016-06-04[1.9.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that...Tim Graham
2016-06-03[1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database n...mieciu
2016-06-02[1.9.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of...Brad Melin
2016-05-31[1.9.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales
2016-05-23[1.9.x] Updated GeoIP test for latest database.Tim Graham
2016-05-18[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callba...Barthelemy Dagenais
2016-05-10[1.9.x] Refs #26603 -- Defined lazystr for a template loader test.Simon Charette
2016-05-10[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cac...Simon Charette
2016-05-07[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-04[1.9.x] Fixed #26558 -- Removed need for request context processor on admin l...Dan Stephenson
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-05-02[1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-04-30[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...Claude Paroz
2016-04-29[1.9.x] Added tests for if tag's != operator.Alasdair Nicol
2016-04-29[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-04-29[1.9.x] Refs #26428 -- Added support for relative path redirects to the test ...Tim Graham
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-24[1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loade...Simon Charette
2016-04-20[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...Tobias Kroenke
2016-04-20[1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.Nicolas Noé
2016-04-19[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autod...Matthew Schinckel
2016-04-18[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek
2016-04-02[1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRe...Tim Graham
2016-04-02[1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the sche...Michal Petrucha
2016-04-02[1.9.x] Made MakeMigrationsTests call proper parent methodAttila Tovt
2016-04-01[1.9.x] Refs #25532 -- Removed a failing test on Django 1.9Claude Paroz
2016-04-01[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2016-03-31[1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.Tim Graham
2016-03-29[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...Alex Hill
2016-03-28[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance an...Simon Charette
2016-03-28[1.9.x] Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-25[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-23[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APP...ieatkittens
2016-03-19[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field...Jason Parrott
2016-03-17[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn'...Berker Peksag
2016-03-16[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...Vincenzo Pandolfo