Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-2/+2
|\
| * Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-2/+2
* | Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* | Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+15
* | Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+4
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-211-5/+18
* | Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-182-18/+6
* | Fixed #13958 -- problem reporting exception from \r-line-...Shai Berger2013-05-181-4/+4
* | Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-1/+1
* | Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn2013-05-181-2/+2
|\ \
| * | Fixed #20235 -- Use self.object_list if object_list not p...Matthew Somerville2013-05-181-2/+2
* | | Fixed #20433: Extract catalog compilation code from javas...zyegfryed2013-05-181-31/+37
|/ /
* | Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-1/+10
* | Ensured that the javascript_catalog view doesn't leak tra...Florian Apolloner2013-05-051-7/+8
|/
* Fixed #18231 -- Made JavaScript i18n not pollute global J...Matthew Tretter2013-04-141-113/+127
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-7/+6
* Loaded cycle and firstof from future in built-in template...Aymeric Augustin2013-02-241-1/+1
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-3/+6
* Fixed #19044 -- Made `DeletionMixin` interpolate its `suc...Simon Charette2013-02-111-2/+3
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-052-5/+5
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-12/+3
* Simplified default project template.Aymeric Augustin2013-02-041-15/+14
* Fixed #19076 -- Added content_type attribute to TemplateV...Aymeric Augustin2013-01-301-0/+2
* Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz2013-01-261-2/+2
* Minor optimization in the static serve view.Aymeric Augustin2013-01-241-3/+4
* Fixed #19453 -- Ensured that the decorated function's arg...Julien Phalip2012-12-312-9/+17
* Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin2012-12-291-18/+0
* Removed legacy ways of calling cache_page.Aymeric Augustin2012-12-291-43/+6
* Fixed #18856 -- Ensured that redirects can't be poisoned ...Florian Apolloner2012-12-101-5/+6
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Fixed #19378 -- Ensured get_success_url returns a non-laz...Claude Paroz2012-12-041-1/+3
* Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman2012-11-221-3/+3
* Clarified usage of as_view kwargs for setting arguments o...Tim Graham2012-11-221-2/+3
* Add orphans support to MultipleObjectMixinChris Beaven2012-11-211-3/+16
* Merge pull request #467 from tomchristie/page-kwargJannis Leidel2012-11-171-1/+3
|\
| * Add 'page_kwarg' attribute to `MultipleObjectMixin`, remo...Tom Christie2012-10-251-1/+3
* | Fixed #19136 -- Properly escape gettext context prefixes ...Jannis Leidel2012-11-171-4/+4
* | Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64...Preston Holmes2012-11-051-1/+1
* | Fixed #19240 -- include pagination error details in ListV...Preston Holmes2012-11-051-3/+4
* | PEP 302 source loaders already decode appropriatelyIan Clelland2012-10-261-9/+13
|/
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-202-4/+4
* [py3] Decoded the parsed source file encoding in debug viewClaude Paroz2012-10-081-1/+1
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-301-5/+13
* Made more extensive use of get_current_siteClaude Paroz2012-09-281-1/+1
* Fixed #18675 -- Fixed was_modified_since with floating-po...Claude Paroz2012-09-261-1/+1
* Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin2012-09-221-3/+3
* Imported getLogger directly from logging moduleClaude Paroz2012-09-202-4/+5
* Updated docs for dates generic views.Aymeric Augustin2012-09-081-0/+3
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* Fixed #11340 -- Prevented HttpResponseNotModified to have...Claude Paroz2012-08-221-1/+1