summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Updated my URL in the AUTHORS fileSimon Willison2008-08-121-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5801: admin requests with GET args now get properly bounced through ↵Jacob Kaplan-Moss2008-08-091-0/+1
| | | | | | login with those args intact. Thanks for the patch, Rozza. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8176 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick2008-08-091-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed Chris' name in AUTHORS -- sorryJacob Kaplan-Moss2008-08-051-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss2008-08-051-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6095 -- Added the ability to specify the model to use to manage a ↵Russell Keith-Magee2008-07-291-0/+1
| | | | | | ManyToManyField. Thanks to Eric Florenzano for his excellent work on this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick2008-07-281-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Back out [8120] for a bit. Refs #6217. It's having unintended side-effects ↵Malcolm Tredinnick2008-07-281-1/+0
| | | | | | (a.k.a breaks the tree) git-svn-id: http://code.djangoproject.com/svn/django/trunk@8126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick2008-07-271-0/+1
| | | | | | | Thanks to Jakub Wilk for analysis and the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick2008-07-271-0/+1
| | | | | | | Thanks, Horst Gutmann. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7778 -- Fixed a tricky case of foreign key clearing with inheritedMalcolm Tredinnick2008-07-271-0/+1
| | | | | | | models. Patch from James Murty. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick2008-07-261-1/+2
| | | | | | | | | pagination). Patch from Julian Bez. The docs patch here could probably do with some rewording. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7398 -- Allow for custom cache-backends to be used.Malcolm Tredinnick2008-07-251-0/+2
| | | | | | | Based on a patch from Lau Bech Lauritzen and Brenton Simpson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and ↵Jacob Kaplan-Moss2008-07-221-0/+2
| | | | | | Michael Placentra. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss2008-07-211-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7727 -- Improved the checks for import failure when using PIL. Under ↵Russell Keith-Magee2008-07-211-0/+1
| | | | | | PyPy, you can import the PIL module, but when you try to use it, the underlying _imaging module will not be available. Thanks to Maciej Fijalkowski (fijal) for the report and suggested fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-181-0/+10
| | | | | | | | This is a backward incompatible change. The admin contrib app has been refactored. The newforms module has several improvements including FormSets and Media definitions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, ↵Jacob Kaplan-Moss2008-07-121-1/+1
| | | | | | Florian Apolloner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gbMalcolm Tredinnick2008-07-071-0/+1
| | | | | | | | and en-us at the app-level, even though Django only has an "en" translation (for example). Analysis and patch from ognjen.maric@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7621 -- Enable superclassing of the various metaclasses we use.Malcolm Tredinnick2008-07-061-0/+1
| | | | | | | | Also tidy up some initialisation code in django.db.models.base.ModelBase. Thanks, Christian Tanzer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-1/+3
| | | | | | | | | A description of the new features can be found in the new [http://www.djangoproject.com/documentation/upload_handing/ upload handling documentation]; the executive summary is that Django will now happily handle uploads of large files without issues. This changes the representation of uploaded files from dictionaries to bona fide objects; see BackwardsIncompatibleChanges for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick2008-06-301-0/+1
| | | | | | | Also allow the umask value to be customised. Thanks, Antonis Christofides. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick2008-06-301-0/+1
| | | | | | | | | | | This patch simplifies a bunch of code for all backends and removes some duplicate index creation for MySQL, in particular (versions 4.x and later). Patch from Nis Jørgensen. Fixed #5671, #5680, #7170, #7186. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7215 -- Create correct reverse-relation accessors when using abstract ↵Malcolm Tredinnick2008-06-261-0/+1
| | | | | | base classes. Patch from Joel Watts. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ↵Jacob Kaplan-Moss2008-06-181-0/+1
| | | | | | Ivan Sagalaev and batiste@dosimple.ch for the patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3393: login view no longer assumes that set_test_cookie has been ↵Jacob Kaplan-Moss2008-06-181-0/+1
| | | | | | called. This is mildly backwards-incompatible, but in the "now it works the way it should have all along" sense. Thanks to James and lcordier for the patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ↵Jacob Kaplan-Moss2008-06-081-0/+1
| | | | | | Thanks, av0000@mail.ru git-svn-id: http://code.djangoproject.com/svn/django/trunk@7598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4371 -- Improved error checking when loading fixtures. Code now ↵Russell Keith-Magee2008-06-081-0/+1
| | | | | | catches explicitly named fixture formats that are not supported (e.g, YAML fixtures if you don't have PyYAML installed), and fixtures that are empty (which can happen due to XML tag errors). Thanks to John Shaffer for the suggestion, and Keith Bussell for his work on the fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit ↵Jacob Kaplan-Moss2008-06-071-1/+1
| | | | | | Upadhyay and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5836 -- Corrected the logic in the Test Client when an exception ↵Russell Keith-Magee2008-06-071-0/+1
| | | | | | raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed a stray tab from [7578]. Russell Keith-Magee2008-06-061-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7165 -- Added an assertNotContains() method to the test client. ↵Russell Keith-Magee2008-06-061-0/+1
| | | | | | Thanks for the suggestion and implementation, J. Pablo Fernandez <pupeno@pupeno.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6430 -- Corrected the loading of templates from eggs, which was ↵Russell Keith-Magee2008-05-291-1/+2
| | | | | | broken by the unicode merge. Thanks for the excellent report and patch, Juan Manuel Caicedo <juan.manuel.caicedo@gmail.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated an entry in the AUTHORS file at the request of the individual in ↵Russell Keith-Magee2008-05-291-1/+1
| | | | | | question. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7086 -- Updated the Romanian translation. Thanks, Mihai Damian.Malcolm Tredinnick2008-04-261-1/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6942 -- A few small updates to the Simplified Chinese translation.Malcolm Tredinnick2008-04-051-0/+1
| | | | | | | Thanks, Liang Feng. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. GondimMalcolm Tredinnick2008-04-051-3/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick2008-03-201-0/+1
| | | | | | | standard header for detecting an XmlHttpRequest call. Thanks, Daniel Lindsley. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick2008-03-201-0/+1
| | | | | | | | gets run through urllib.unquote()). Patch from Leo Shklovskii and Russell Keith-Magee. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Oops, forgot AUTHORS for [7324].Jacob Kaplan-Moss2008-03-191-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss2008-03-191-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a corner case in management.setup_environ (it was triggered under ↵Jacob Kaplan-Moss2008-03-191-0/+1
| | | | | | Cygwin, but also perhaps could happen elsewhere). Thanks, Doug Napoleone. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added more robust processing to parameterised syndication feeds for the caseMalcolm Tredinnick2008-03-181-0/+1
| | | | | | | | when all the "extra" URL bits are accidentally omitted. Patch from Niran Babalola <niran@niran.org>. Fixed #5855. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6351: added more examples to template filters. Thanks, David Tulig ↵Jacob Kaplan-Moss2008-03-181-0/+2
| | | | | | and atlithorn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed the project-id string to "Django" throughout the translation files (weMalcolm Tredinnick2008-03-171-0/+8
| | | | | | | | | | | | | discussed this on the i18n list a while back and I only just got around to it). Also started removing various leftover author names in comments and moving them into the AUTHORS file. So this is purely administrative. No translation changes here. Fixed #4677 (thanks, Paul Bissex). git-svn-id: http://code.djangoproject.com/svn/django/trunk@7271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6794 -- Updated French translation. Thanks Karderio.Malcolm Tredinnick2008-03-171-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6374: cross-app and circular FK constraints are now detected and ↵Jacob Kaplan-Moss2008-03-101-0/+1
| | | | | | added correctly. Thanks, dready. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures ↵Russell Keith-Magee2008-02-221-0/+1
| | | | | | specified as an absolute path were being loaded multiple times. Thanks to btoll@bestweb.net for the report, fix, and catch of a duplicate ticket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6617 -- Added new Georgian (ka) translation from David Avsajanishvili.Malcolm Tredinnick2008-02-191-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6607 -- Added a new Basque (eu) translation. Thanks ibonso@gmail.com.Malcolm Tredinnick2008-02-151-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7118 bcc190cf-cafb-0310-a4f2-bffc1f526a37