index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
Age
Commit message (
Expand
)
Author
2016-07-01
[1.10.x] Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-30
Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...
Chris Cogdon
2015-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-11-11
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...
Alex Morozov
2015-11-07
Renamed a test file that has no tests.
lobziik
2015-09-23
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...
Tim Graham
2015-09-23
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-25
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
2015-04-24
Fixed #24643 -- Added get_context_data() method to FormMixin
Andrei Kulakov
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-26
Fixed #24220 - Allowed lazy objects for success_url
Tomáš Ehrlich
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-12
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Claude Paroz
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-12
Refs #23943 -- Removed an invalid generic_views test.
Tim Graham
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-21
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-30
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-12
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
Tim Graham
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-09
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Ryan Kaskel
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-16
Fixed #21564 -- Use local request object when possible in generic views.
Baptiste Mispelon
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-11-02
PEP8 cleanup
Jason Myers
[next]