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
/
django
/
views
/
generic
Age
Commit message (
Expand
)
Author
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-10-29
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-01-18
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-03-01
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
Grzegorz Tężycki
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-08
Added period in BaseFormView docstring.
Collederas
2016-08-31
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
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-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-11-11
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...
Alex Morozov
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
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-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
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-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
[next]