summaryrefslogtreecommitdiff
path: root/tests/generic_views
AgeCommit message (Expand)Author
2015-01-12Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-12Refs #23943 -- Removed an invalid generic_views test.Tim Graham
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
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 #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-09Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.Ryan Kaskel
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-16Fixed #21564 -- Use local request object when possible in generic views.Baptiste Mispelon
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-06fixed test name from an old, overly specific iteration of the testIan Wilson
2013-09-06adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...Ian Wilson
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner