summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon
2014-11-25Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...Simon Charette
2014-11-25Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-25Fixed flake8 warnings.Tim Graham
2014-11-25Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-25Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr
2014-11-25Fixed and restored assertions in OneToOneTests.test_foreign_key.Adam Alton
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-25Fixed #23890 -- Silenced numpy DeprecationWarnings in template tests.Tim Graham
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Changed test_runner imports to name objects imported from test.runner.wrwrwr
2014-11-24Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.Sergey Fedoseev
2014-11-23Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Silenced a flake8 warning.Berker Peksag
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-22Moved tests for render shortcuts to their own app.Aymeric Augustin
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-11-21Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.Simon Charette
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-11-21Fixed #23865 -- documented how to assign errors to a field in Model.clean()Alasdair Nicol
2014-11-21Fixed #23863 -- Made runtests accept the keepdb option.Simon Charette
2014-11-21Fixed #23794 -- Fixed migrations crash when removing a field that's part of i...Andrzej Pragacz
2014-11-21Added a test for model pre/post_init signals.Jay
2014-11-21Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap
2014-11-20Added a comment for test of refs #20278.Anssi Kääriäinen
2014-11-20Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-20Reduced reduce() usage; refs #23796.Brad Walker
2014-11-20Added test for ValidationError.messagesBrad Walker
2014-11-20Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
2014-11-20Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag
2014-11-19Added another migration-executor test to avoid regressions.Carl Meyer
2014-11-19Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer
2014-11-19Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-19Removed usage of a global variable.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
2014-11-19Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19Formatted model states in autodetector testsMarkus Holtermann
2014-11-19Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-19Removed nonexistent module django.test._doctest from coveragerc.Tim Graham
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17Adjusted tests for previous commit.Aymeric Augustin
2014-11-17Removed superfluous newline.Aymeric Augustin
2014-11-17Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...Markus Holtermann
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas