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
/
test_edit.py
Age
Commit message (
Expand
)
Author
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-01-17
Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...
Mariusz Felisiak
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-09
Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...
Mariusz Felisiak
2021-07-14
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...
Carlton Gibson
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-13
Moved duplicate author declarations to setUpTestData() in DeleteViewTests.
oliver
2018-11-09
Moved duplicate author declarations to setUpTestData() in UpdateViewTests.
oliver
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
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-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-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-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-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
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-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-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
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-02-09
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Ryan Kaskel
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons