Gary Wilson Jr
|
2083c53afc
|
Added svn ignores for a couple localflavor directories.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:56:47 +00:00 |
Malcolm Tredinnick
|
1b745be5a1
|
Fixed a typo from [6164].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:39:59 +00:00 |
Malcolm Tredinnick
|
300e19effc
|
Fixed #4986 -- Improved get_host() host detection. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:39:42 +00:00 |
Gary Wilson Jr
|
30b24a6cce
|
Refs #4299 -- Removed some code duplication in the postgresql introspection modules by letting the `postgresql_psycopg2` backend use identical functions from the `postgresql` backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:33:39 +00:00 |
Malcolm Tredinnick
|
e70d7e6064
|
Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:28:00 +00:00 |
Adrian Holovaty
|
dc785104b8
|
Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks, Paul Smith
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:55:09 +00:00 |
Russell Keith-Magee
|
e336722fd1
|
Added documentation notes for new feature added in [6149].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:24:58 +00:00 |
Adrian Holovaty
|
4d25f8655b
|
Added 'New in Django development version' note to docs/generic_views.txt change from [6157]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:15:55 +00:00 |
Adrian Holovaty
|
6767849212
|
Edited docs/request_response.txt change from [6155]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:12:02 +00:00 |
Adrian Holovaty
|
e86d35879f
|
Edited docs/templates_python.txt change from [6143]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:04:51 +00:00 |
Russell Keith-Magee
|
2bec822ff3
|
Fixed #3895 -- Added ability to customize the context variable in the archive_index generic view. Thanks to marco.giusti@gmail.com and toke-django@toke.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 03:54:28 +00:00 |
Malcolm Tredinnick
|
70e5dce365
|
Fixed #3489 -- Added proper deepcopying to form fields so that widget instances get copied as well. Patch from Jonathan Buchanan and insin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 03:29:39 +00:00 |
Malcolm Tredinnick
|
813c48e6eb
|
Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 03:17:46 +00:00 |
Gary Wilson Jr
|
da0fef756c
|
Fixed #5123 -- Fixed ImageField to pass along keyword arguments in its formfield method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:54:12 +00:00 |
Russell Keith-Magee
|
09145d2e5f
|
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:49:21 +00:00 |
Russell Keith-Magee
|
a2ce7669d9
|
Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:11:24 +00:00 |
Gary Wilson Jr
|
8b0eaba0ee
|
Moved `flatatt` function tests to the util test module.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:05:45 +00:00 |
Gary Wilson Jr
|
0b1f4e3c7b
|
Refs #5370 -- Added tests for ValidationError messages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:01:11 +00:00 |
Russell Keith-Magee
|
d14c756b5e
|
Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautomatisch.atfor the idea, and nick@efford.org for the patch and docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:52:10 +00:00 |
Malcolm Tredinnick
|
62fe5cf138
|
Fixed #3922 -- Added a warning that fields passed to form_for_model callback function should not be modified. It's bad for your health. Thanks, Philippe Raoult.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:45:26 +00:00 |
Malcolm Tredinnick
|
1e94ef85bf
|
Fixed #4360 -- Corrected where HTTP headers are in the test response. Also noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:21:34 +00:00 |
Russell Keith-Magee
|
87e77ffca0
|
Fixed #1795 -- Added page_range to paginators in generic list views. Thanks to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:01:02 +00:00 |
Malcolm Tredinnick
|
cb9db44938
|
Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 00:58:57 +00:00 |
Malcolm Tredinnick
|
4fd2b0ca77
|
Fixed #2319 -- Added a note that the sites framework is used by admin's view-on-site functionality. Based on a patch from David Reynolds.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 00:52:39 +00:00 |
Malcolm Tredinnick
|
1b0e588118
|
Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduce some confusion. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 23:30:26 +00:00 |
Malcolm Tredinnick
|
ce249d4366
|
Fixed #4752 -- Make default ErrorList customisable in newforms display. Based on a patch from michal@logix.cz and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 23:09:40 +00:00 |
Malcolm Tredinnick
|
a7d0ad67dc
|
Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Artyom Gnilov.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 22:42:30 +00:00 |
Malcolm Tredinnick
|
e1cb961a9b
|
Fixed #5370 -- Allow lazy translations in ValidationError classes. Patch from James Bennett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 22:35:18 +00:00 |
Malcolm Tredinnick
|
a9fd677cb3
|
Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 22:16:59 +00:00 |
Malcolm Tredinnick
|
da7495cfa5
|
Fixed #5429 -- Made some small typographical tweaks to the Finnish translation. Thanks, akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 21:54:48 +00:00 |
Malcolm Tredinnick
|
3ac39749b1
|
Fixed #5337 -- Updated Hebrew translation. Thanks, Amit Ramon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:52:59 +00:00 |
Malcolm Tredinnick
|
c42fd07667
|
Fixed #5294 -- Updated Norwegian translation. Thanks, jonklo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:52:26 +00:00 |
Malcolm Tredinnick
|
5724e33354
|
Fixed #5282 -- Added missing string to Turkish translation. Thanks, Evren Esat Özkan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:51:53 +00:00 |
Malcolm Tredinnick
|
972e77f7e8
|
Fixed #5279 -- Added Khmer translation. Thanks, Sengtha Chay!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:51:26 +00:00 |
Malcolm Tredinnick
|
2190c97ef5
|
Fixed #5269 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:39:50 +00:00 |
Malcolm Tredinnick
|
fab3d388d2
|
Fixed #5220 -- Updated Hungarian translation from Szilveszter Farkas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:39:10 +00:00 |
Malcolm Tredinnick
|
6e7ad62a78
|
Fixed #5197 -- Updated Spanish translation from Mario Gonzalez.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:38:24 +00:00 |
Malcolm Tredinnick
|
ce04b03323
|
Fixed #4166 -- Updated Greek translation. Thanks, Dimitris Glezos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:28:24 +00:00 |
Malcolm Tredinnick
|
196ec225c5
|
Fixed #3943 -- Fixed some typos in the Korean translation. Thanks, lurker86@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 19:27:50 +00:00 |
Adrian Holovaty
|
28d27a77e8
|
Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:41:38 +00:00 |
Adrian Holovaty
|
a31bbda980
|
Fixed #5410 -- Added a __unicode__() method to RequestSite. Thanks, bos
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:40:08 +00:00 |
Adrian Holovaty
|
ed5a91f428
|
Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washington.edu
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:38:25 +00:00 |
Adrian Holovaty
|
863ee0ef89
|
Fixed #5395 -- Changed URL of all language codes in project_template/settings.py. Thanks, Jarek Zgoda and mikkel@hoegh.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:37:22 +00:00 |
Adrian Holovaty
|
ced74d582a
|
Added 'Claiming tickets' section to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-12 14:38:47 +00:00 |
Adrian Holovaty
|
db6093641c
|
Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew Shearer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-12 13:11:51 +00:00 |
Russell Keith-Magee
|
50497e3867
|
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introduced in [6097] after a suggestion from Malcolm. Applied a similar refactor for MergeDict and Context which had comparable behavior.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 14:04:40 +00:00 |
Russell Keith-Magee
|
db01d1d0a8
|
Fixed #5318 -- Added __contains__ method to HttpRequest, mirroring existing has_key method. Thanks for the patch, robbie@prelab.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 13:36:09 +00:00 |
Russell Keith-Magee
|
7115465afa
|
Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to validate MS OLE files.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 13:13:35 +00:00 |
Adrian Holovaty
|
2cf419d9ed
|
Got runserver auto-reloading working again by removing what appeared to be debugging code in django.core.management.base. Refs #5369
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 04:37:23 +00:00 |
Adrian Holovaty
|
2554ea352e
|
Restored 'django-admin.py --help'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 04:27:06 +00:00 |