Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views
Commit message (Expand)AuthorAgeFilesLines
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-25/+0
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-242-9/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-13/+49
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-6/+8
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-1/+1
* Fixed #24689 -- Fixed DetailView methods with deferred Qu...Artis Avotins2015-04-261-0/+22
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-251-0/+7
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-20/+20
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-055-117/+102
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-10/+8
* Fixed #24263 -- Prevented extra queries on BaseDateDetail...Tim Graham2015-02-031-0/+4
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-033-1/+17
* Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich2015-01-261-3/+1
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-90/+29
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-172-0/+13
* Fixed #24133 -- Replaced formatting syntax in success_url...Claude Paroz2015-01-122-9/+46
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+3
* Refs #23943 -- Removed an invalid generic_views test.Tim Graham2014-12-121-21/+0
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-0/+2
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-1/+68
* Fixed #21753 -- Raised exception when both `form_class` a...Berker Peksag2014-11-211-0/+11
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-034-10/+10
* Fixed #23656 -- Made FormMixin.get_form's form_class argu...Simon Charette2014-10-311-0/+39
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-022-0/+32
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-154-1/+70
* Updated tests for added newlines in 68686430638215b5405b2...Tim Graham2014-08-131-1/+1
* Added newlines to the ends of CSS, HTML, and JavaScript f...Trey Hunner2014-08-1320-20/+20
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+2
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-57/+57
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-065-17/+17
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-111/+107
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-25/+13
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21967: Added check for object in ModelFormMixin.ge...Ryan Kaskel2014-02-091-1/+7
* Imported override_settings from its new location.Aymeric Augustin2013-12-232-4/+3
* Fixed #21564 -- Use local request object when possible in...Baptiste Mispelon2013-12-161-0/+18
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-154-2/+27
* PEP8 cleanupJason Myers2013-11-034-1/+26
* Fixed flake8 E241Boryslav Larin2013-11-022-2/+2
* Fix all violators of E231Alex Gaynor2013-10-262-7/+7
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Removed unused local variables in tests.Tim Graham2013-10-193-25/+23
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-182-2/+0
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-14/+1
* fixed test name from an old, overly specific iteration of...Ian Wilson2013-09-071-1/+1
* adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-062-0/+20
* Removed most of absolute_import importsClaude Paroz2013-07-298-9/+7