index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get...
Chris Cogdon
2015-12-30
2
-0
/
+7
*
[1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin...
Chris Cogdon
2015-12-30
3
-0
/
+26
*
[1.9.x] Fixed #25548 -- Prevented FormView.form_invalid() from discarding its...
Alex Morozov
2015-12-07
3
-0
/
+19
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
2
-13
/
+49
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-5
/
+5
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
2
-6
/
+8
*
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-28
1
-1
/
+1
*
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
2015-04-25
1
-0
/
+22
*
Fixed #24643 -- Added get_context_data() method to FormMixin
Andrei Kulakov
2015-04-24
1
-0
/
+7
*
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
1
-20
/
+20
*
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-03-05
5
-117
/
+102
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
5
-10
/
+8
*
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2015-02-03
1
-0
/
+4
*
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-02-03
3
-1
/
+17
*
Fixed #24220 - Allowed lazy objects for success_url
Tomáš Ehrlich
2015-01-26
1
-3
/
+1
*
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-18
1
-90
/
+29
*
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-17
2
-0
/
+13
*
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Claude Paroz
2015-01-12
2
-9
/
+46
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
1
-3
/
+3
*
Refs #23943 -- Removed an invalid generic_views test.
Tim Graham
2014-12-12
1
-21
/
+0
*
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-29
1
-0
/
+2
*
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-25
1
-1
/
+68
*
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-11-21
1
-0
/
+11
*
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-11-03
4
-10
/
+10
*
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
2014-10-30
1
-0
/
+39
*
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-10-02
2
-0
/
+32
*
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-15
4
-1
/
+70
*
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
Tim Graham
2014-08-12
1
-1
/
+1
*
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-08-12
20
-20
/
+20
*
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-12
1
-1
/
+2
*
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-16
1
-57
/
+57
*
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-06
5
-17
/
+17
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
1
-111
/
+107
*
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-22
1
-25
/
+13
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-3
/
+4
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Ryan Kaskel
2014-02-09
1
-1
/
+7
*
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
2
-4
/
+3
*
Fixed #21564 -- Use local request object when possible in generic views.
Baptiste Mispelon
2013-12-16
1
-0
/
+18
*
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-12-15
4
-2
/
+27
*
PEP8 cleanup
Jason Myers
2013-11-02
4
-1
/
+26
*
Fixed flake8 E241
Boryslav Larin
2013-11-02
2
-2
/
+2
*
Fix all violators of E231
Alex Gaynor
2013-10-26
2
-7
/
+7
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+1
*
Removed unused local variables in tests.
Tim Graham
2013-10-19
3
-25
/
+23
*
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-18
2
-2
/
+0
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-1
/
+0
*
Factorized requires_tz_support decorator in test utils
Claude Paroz
2013-10-01
1
-14
/
+1
*
fixed test name from an old, overly specific iteration of the test
Ian Wilson
2013-09-06
1
-1
/
+1
*
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-09-06
2
-0
/
+20
[next]