Adrian Holovaty
|
375c88d2bc
|
Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.login() tighter. Thanks, Sander Dijkhuis
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6004 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:34:28 +00:00 |
Adrian Holovaty
|
a1e26b0105
|
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-21 03:08:02 +00:00 |
Malcolm Tredinnick
|
c06524bc2d
|
Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged view. Based on a patch from toddobryan@mac.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-20 14:15:40 +00:00 |
Malcolm Tredinnick
|
46ec6b3402
|
Moved Ramiro Morales to the correct spot in the list.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-20 14:15:23 +00:00 |
Malcolm Tredinnick
|
14b5e074ba
|
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-20 08:50:08 +00:00 |
Malcolm Tredinnick
|
e0c1ca7ef0
|
Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 11:59:20 +00:00 |
Malcolm Tredinnick
|
90c177f18e
|
Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 07:38:39 +00:00 |
Russell Keith-Magee
|
8dff1cd91d
|
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-17 14:20:25 +00:00 |
Malcolm Tredinnick
|
ce151bb8e4
|
Fixed #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 12:09:32 +00:00 |
Malcolm Tredinnick
|
478926ffde
|
Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-13 01:17:19 +00:00 |
Malcolm Tredinnick
|
56e28b4e8f
|
Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 12:59:41 +00:00 |
Malcolm Tredinnick
|
3757f30c99
|
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 12:02:08 +00:00 |
Malcolm Tredinnick
|
6d31e431c3
|
Fixed #4909 -- Fixed a race condition with middleware initialisation in multi-threaded setups. Thanks, colin@owlfish.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 10:24:05 +00:00 |
Malcolm Tredinnick
|
20e3ae5222
|
Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patch from james_027@yahoo.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 12:10:23 +00:00 |
Malcolm Tredinnick
|
537b16ca97
|
Fixed #4414 -- Fixed Javascript message translation to also work when there is more than one format marker in a string. Thanks, tobias@neuyork.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 10:51:02 +00:00 |
Malcolm Tredinnick
|
9d7dc0c4bf
|
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app. Not a perfect fix (see ticket), but it will do as a holdover until the new comments framework is in place.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 10:50:39 +00:00 |
Malcolm Tredinnick
|
9309a8d6c3
|
Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 10:04:19 +00:00 |
Malcolm Tredinnick
|
200686ba4a
|
Fixed #4966 -- Fixed some typos in the French translation. Thanks, cedric@terramater.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 05:47:44 +00:00 |
Adrian Holovaty
|
e301d8992c
|
Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects that were imported into the global namespace at runtime. Thanks, dusk@woofle.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-06 05:04:27 +00:00 |
Gary Wilson Jr
|
29078eaeca
|
Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse contrib app. Based on patch from Johann Queuniet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-26 05:01:53 +00:00 |
Gary Wilson Jr
|
cae92ae615
|
Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to also accept `QuerySet`s. Thanks SuperJared.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-22 03:41:11 +00:00 |
Russell Keith-Magee
|
7cc2bf2f03
|
Fixed #4304 -- Modified sys.exit to os._exit to make sure development server quits when an error occurs attempting to bind to the requested port (e.g., if another server is already running). Thanks, Mario Gonzalez <gonzalemario@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-21 03:30:38 +00:00 |
Malcolm Tredinnick
|
9ff1060391
|
Fixed #4917 -- Updated Swedish translation. Thanks, Pilip Lindborg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-19 09:23:45 +00:00 |
Malcolm Tredinnick
|
29891add3d
|
Fixed #4887 -- Fixed another place where template tag arguments are used
directly as function keyword args. Thanks, Brian Rosner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-16 04:54:49 +00:00 |
Malcolm Tredinnick
|
5dd9a2ab38
|
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
compliant. Thanks, Chris Bennett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-16 03:50:22 +00:00 |
Malcolm Tredinnick
|
d5129eee59
|
Updated AUTHORS for [5708].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-16 03:48:03 +00:00 |
Gary Wilson Jr
|
ae7f04caab
|
Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deepcopy to make it compatible with iterators (which cannot be copied). Patch from Sundance.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-15 06:24:54 +00:00 |
Malcolm Tredinnick
|
20193b4d6d
|
Added author credit for [5686]. Refs #4469.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-13 14:14:47 +00:00 |
Russell Keith-Magee
|
34655a3e78
|
Fixed #4768 -- Converted timesince and dateformat to use explicit floor division (pre-emptive avoidance of Python 3000 compatibility problem), and removed a redundant millisecond check. Thanks, John Shaffer <jshaffer2112@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-12 13:55:19 +00:00 |
Russell Keith-Magee
|
f3e71048c3
|
Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <marijn@metronomo.cl>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-12 12:44:05 +00:00 |
Russell Keith-Magee
|
347704d2df
|
Added some uncredited authors that worked on the Oracle branch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-07 02:16:23 +00:00 |
Malcolm Tredinnick
|
d91fb7079b
|
Fixed #4782 -- Updated Slovenian translation. Thanks, Gasper Koren. Also moved
contributor names into AUTHORS file.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-06 08:35:25 +00:00 |
Malcolm Tredinnick
|
d2c45bacd2
|
Fixed #4753 -- Updated Spanish translation. Also move translators' names out of
PO file and into AUTHORS.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-05 03:29:18 +00:00 |
Malcolm Tredinnick
|
72f45dfe22
|
Fixed #4717 -- Updated Catalan translation. Thanks, marc.garcia@accopensys.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-05 03:25:11 +00:00 |
Malcolm Tredinnick
|
fbd9381802
|
Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks,
boobsd@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-04 12:31:19 +00:00 |
Malcolm Tredinnick
|
953badbea5
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
backwards compatible for all practical purposes.
Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-04 12:11:04 +00:00 |
Adrian Holovaty
|
ee7fe94d45
|
Fixed #4688 -- startproject no longer breaks when Django files are read-only. Thanks, tstromberg@google.com and Google guys
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-03 15:09:05 +00:00 |
Malcolm Tredinnick
|
88f2fdf94d
|
Fixed #4703 -- Updated Romanian translation. Thanks, tibimicu@gmax.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-28 06:56:00 +00:00 |
Malcolm Tredinnick
|
85f6f15263
|
Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Thanks, Richard House.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 16:11:32 +00:00 |
Malcolm Tredinnick
|
02bf47d831
|
Fixed #4674 -- Made some small updates to Polish translation. Thanks, Jarek
Zgoda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:22:25 +00:00 |
Malcolm Tredinnick
|
962fe47321
|
Fixed #4672 -- Updated Slovak translation. Thanks, vlado@labath.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:19:14 +00:00 |
Malcolm Tredinnick
|
786fab6d84
|
Fixed #4624 -- Added new Persian (fa) translation. Thanks, Reza Mohammadi.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 12:16:06 +00:00 |
Malcolm Tredinnick
|
73d4e193ed
|
Fixed #4408 -- Updated Galician translation. Thanks, Afonso Fernández Nogueira.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 11:56:42 +00:00 |
Malcolm Tredinnick
|
36eeb9924a
|
Fixed #4241 -- Updated Czech translation. Thanks, petr.marhoun@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-24 11:48:41 +00:00 |
Adrian Holovaty
|
761c0a49e4
|
Fixed #4549 -- WSGI server now sets mime type correctly for admin media content. Thanks, Stefane Fermgier
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:16:56 +00:00 |
Adrian Holovaty
|
903c561294
|
Added glin@seznam.cz to AUTHORS (from [5500])
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-20 06:13:24 +00:00 |
Malcolm Tredinnick
|
4a61c2f912
|
Fixed #4531 -- Added a bit more randomness to session idents. Thanks, Frank
Tegtmeyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-15 00:22:16 +00:00 |
Malcolm Tredinnick
|
ca6e4f345e
|
Fixed #4335 -- Added Python executable binary path and version to debug output.
Thanks, Pete Crosier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-10 04:02:29 +00:00 |
Malcolm Tredinnick
|
86fd59cfa5
|
Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has
no rows yet. Thanks, mrmachine.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-10 03:31:26 +00:00 |
Malcolm Tredinnick
|
a33fb695e3
|
Fixed #4475 -- Fixed a problem that was preventing streaming tests for the
serializers from ever being run. Based on a patch from ian.g.kelly@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-10 03:06:34 +00:00 |