Jacob Kaplan-Moss
|
cc5477df89
|
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
the start of a suite of tests for the debug views. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-31 17:10:06 +00:00 |
Brian Rosner
|
a64dc39fb7
|
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 04:46:33 +00:00 |
Russell Keith-Magee
|
343c255016
|
Fixed #8366: Modified a test fixture to remove an unnecessary forward reference. Thanks to Ramiro Morales for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-22 14:07:50 +00:00 |
Jacob Kaplan-Moss
|
46786b4193
|
Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-19 01:22:26 +00:00 |
Jacob Kaplan-Moss
|
7997133a3d
|
Fixed #3639: updated generic create_update views to use newforms. This is a backwards-incompatible change.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-18 19:45:00 +00:00 |
Malcolm Tredinnick
|
b279b75c87
|
Fixed #5596 -- Changed the static view for the development server so that Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-17 11:46:48 +00:00 |
Gary Wilson Jr
|
075cfa72ba
|
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 01:44:58 +00:00 |
Malcolm Tredinnick
|
b6002d4af6
|
Fixed #1291 -- Fixed a potential infinite loop for some URL constructions in
the development server. Thanks, Graham Carlyle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-29 15:47:47 +00:00 |
Russell Keith-Magee
|
2d1d7e453c
|
Fixed generic view test which was failing on Postgres and MySQL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-22 15:14:41 +00:00 |
Russell Keith-Magee
|
466871ec1b
|
Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to robh for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-19 13:26:56 +00:00 |
Russell Keith-Magee
|
1571e9c32b
|
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-17 14:48:33 +00:00 |