Jacob Kaplan-Moss
a9017a1e5a
[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.
...
I got my commit message cut off the first try, but luckily I get to still thank Kevin Kubasik for rolling all these fixes up into a single easy patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01 00:08:34 +00:00
Joseph Kocherhans
22ac97b17c
[1.0.X] Fixed #10149 . FileFields? in a form now validate max_length. Based on a patch by Massimo Scamarcia. Backport of r10227 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:56:05 +00:00
Malcolm Tredinnick
a02247ff73
[1.0.X] Fixed #10472 -- Fixed a race condition in reverse URL resolving.
...
This only shows up in for reverse() (not forwards resolving), since that
path uses a globally shared resolver object. Based on a patch from
Travis Terry.
Backport of r10037 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-12 07:37:37 +00:00
Russell Keith-Magee
ee0320f634
[1.0.X] Fixed #10271 , #10281 -- Fixed the handling multiple inline models that share a common base class and have the link to the inline parent on the base class. Includes modifications that allow the equivalent handling for GenericFields. Thanks to Idan Gazit, Antti Kaihola (akaihola), and Alex Gaynor for their work on this patch.
...
Backport of r10017 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-10 12:08:17 +00:00
Malcolm Tredinnick
dd5300274f
[1.0.X] Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.
...
Thanks to rcoup for the patch.
Backport of r9981 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-06 02:38:38 +00:00
Malcolm Tredinnick
f520f440e1
[1.0.X] Fixed #10013 -- Updated French translation for 1.0 branch.
...
Thanks, Stéphane Raimbault and Claude Paroz.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-02 23:17:10 +00:00
Malcolm Tredinnick
7fdd26c582
[1.0.X] Fixed #9634 -- Updated Slovak translation. Thanks Marcel Telka, Marian Andre and scrool.
...
Backport of r9913 and r9263 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-28 01:24:24 +00:00
Malcolm Tredinnick
3e19109ab6
[1.0.X] Fixed #9789 -- Handle jython's compiled settings filename correctly.
...
Patch from Frank Wierzbicki.
Backport of r9775 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-19 12:48:41 +00:00
Gary Wilson Jr
43c1a87708
[1.0.X] Updated name as per author's request.
...
Backport of r9740 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-15 06:38:27 +00:00
Malcolm Tredinnick
3653a53dba
[1.0.X] Fixed #9728 -- Updated Macedonian translation from Georgi Stanojevski and Vasil Vangelovski.
...
Backport of r9575 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:25:20 +00:00
Malcolm Tredinnick
1eac2453a5
[1.0.X] Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.
...
Backport of r9574 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:23:33 +00:00
Karen Tracey
4007ac09e4
[1.0.X] Updated svnmerge metadata and added myself to committers (r9416 from trunk).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 23:53:52 +00:00
Malcolm Tredinnick
6b7f2bdad2
[Django-1.0.X] New Thai translation from Kowito Charoenratchatabhan and Kadesarin Sanjek. Fixed #9542 .
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 10:21:50 +00:00
Malcolm Tredinnick
e6c2f496eb
[django-1.0.X] Updated French translation from David Larlet. Fixed #9512 .
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 09:57:23 +00:00
Karen Tracey
8e4827e506
[1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fields until after other fields, so that callable upload_to methods can use data from the other fields. Thanks to Bernd Schlapsi for the report and initial patch.
...
[9334] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-04 19:54:28 +00:00
Malcolm Tredinnick
6c85612499
[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's no
...
bug in functionality fixed by this. Refs #9383 .
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 06:15:54 +00:00
Malcolm Tredinnick
43f6136f0f
[1.0.X] Fixed #9383 -- Don't open a network connection for sending email if
...
there's nothing to send. Saves a bit of time when, for example, processing
500-error emails with no ADMINs configured. Based on a patch from Jesse Young.
Backport of r9248 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 04:41:58 +00:00
Malcolm Tredinnick
5e9a9053d8
[1.0.X]Fixed #9328 -- Added Scot Hacker to AUTHORS and moved a couple of other
...
names to their alphabetical locations.
Backport of r9213 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09 09:01:30 +00:00
Malcolm Tredinnick
742ff0800b
[1.0.X] Fixed #9215 -- Added a view/template example of using pagination.
...
Based on a patch from shacker and Matt Dennenbaum.
Backport of r9193 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 11:58:40 +00:00
Malcolm Tredinnick
fb4f82f2ea
Reverted r9186 -- Committed to the wrong branch (it's a feature addition).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 09:04:55 +00:00
Malcolm Tredinnick
ed48b0b37e
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
...
and OPTIONS support. Thanks Scott Barr and Leah Culver.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 08:47:05 +00:00
Matt Boersma
04682244e7
Corrected my email address in AUTHORS.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-05 14:43:16 +00:00
Malcolm Tredinnick
db29f06409
Fixed #5900 -- Updated Traditional Chinese translation from Terry Huang .
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 20:05:15 +00:00
Jacob Kaplan-Moss
9d5e77d26d
Cleaned up the list of authors/contributors so that people actually working on Django get some props.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 19:58:21 +00:00
Malcolm Tredinnick
b0b73b3e0e
Typo fix in AUTHORS.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 16:17:54 +00:00
Malcolm Tredinnick
fd78e89d1e
Fixed #8830 -- Updated the recently changed string for the Polish translation.
...
Thanks, Piotr Lewandowski.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 06:14:01 +00:00
Malcolm Tredinnick
8a54b1b01b
Fixed #8796 -- Another small Brazilian Portugese update. Thanks, Luciano Ramalho.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 03:53:20 +00:00
Malcolm Tredinnick
c71a2d6897
Added a couple of missing names to AUTHORS.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 00:09:38 +00:00
Malcolm Tredinnick
032d654967
Fixed #8709 -- Updated Slovakian translation from Frantisek Malina.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 00:13:42 +00:00
Jacob Kaplan-Moss
eebc7caa63
Fixed #8616 (again): prevent a race condition in the session file backend. Many thanks to Warren Smith for help and the eventual fix.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-30 20:50:41 +00:00
Malcolm Tredinnick
7c65a31606
Added Jeff Anderson (programmerq) to the AUTHORS file. Fixed #8714 .
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-30 19:26:56 +00:00
Malcolm Tredinnick
b08ee75dc1
Fixed #8708 -- Updated Arabic translation from Ossama M. Khayat.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-30 17:52:11 +00:00
Malcolm Tredinnick
f2fd577bd5
Fixed #8689 -- Updated Russian translation from Grigory Fateyev.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 17:49:22 +00:00
Brian Rosner
39986669c1
Fixed #8692 -- Added Sebastian Hillig to AUTHORS.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 17:44:05 +00:00
Malcolm Tredinnick
3717e3bba3
Reverted #8688 for now, since it merely introduced different bugs, rather than
...
fixing the problem. We have a plan B (and plan C, if needed), so this will be
fixed in a different way.
Refs #8616 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 17:32:21 +00:00
Malcolm Tredinnick
02f86a1c7c
Fixed #8616 -- Fixed a race condition in the file-based session backend.
...
Thanks to warren@wandrsmith.net for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 01:44:11 +00:00
Jacob Kaplan-Moss
a46d3ebfcc
Fixed #8221 : added some better `NoReverseMatch` error strings. Thanks, mrts.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-28 19:05:14 +00:00
Malcolm Tredinnick
3111d7f60b
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
...
times. Patch from Jeremy Carbaugh.
This is backwards incompatible in the sense that previously, if you tried to
compare timezone-aware and timezone-naive values, you got an incorrect result.
Now you get an empty string. So your previously incorrect code returns a
different incorrect result.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 08:08:55 +00:00
Malcolm Tredinnick
61957df17f
Added a few people to the AUTHORS file who have made recent contributions.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 07:56:39 +00:00
Jacob Kaplan-Moss
cba91997a2
Refactored Django's comment system.
...
Much of this work was done by Thejaswi Puthraya as part of Google's Summer of Code project; much thanks to him for the work, and to them for the program.
This is a backwards-incompatible change; see the upgrading guide in docs/ref/contrib/comments/upgrade.txt for instructions if you were using the old comments system.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 22:14:22 +00:00
Malcolm Tredinnick
964769871d
Fixed #8529 -- Added Petr Lewandowski to the AUTHORS file.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 15:29:39 +00:00
Malcolm Tredinnick
62b39322f3
Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2
...
(used in caching). Thanks, John Huddleston.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 04:00:15 +00:00
Malcolm Tredinnick
d6e5632969
Added Kevin McConnell to AUTHORS ( fixed #8524 ). Also turned Julia Elman into a real person.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 00:11:23 +00:00
Jacob Kaplan-Moss
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/ .
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 22:25:40 +00:00
Malcolm Tredinnick
abb1c508cc
Tests for password change process. Thanks, Mike Richardson. Fixed #8402 .
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 18:20:49 +00:00
Brian Rosner
77c78201b8
Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and ext for their work on patches.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 04:00:15 +00:00
Malcolm Tredinnick
640e930dc1
Fixed a typo from [8461] and deleted the real duplicate name (restored the
...
inadvertently deleted name).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-22 17:36:02 +00:00
Malcolm Tredinnick
2b7ef577c3
We value Petr Marhoun's contributions very much, but he should still only
...
appear once in the AUTHORS file. Fixed #8445 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-21 14:45:51 +00:00
Malcolm Tredinnick
40ba2ecea1
Fixed #8308 -- Updated Danish translation from Finn Gruwier Larsen.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-19 13:46:19 +00:00
Simon Willison
e42748dbf5
Updated my URL in the AUTHORS file
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-12 15:07:48 +00:00