summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-27Fixed #3590 -- Updated Spanish translations. Combined work from Marc Fargas,Malcolm Tredinnick
2007-02-27FIxed #3577 -- Updated Swedish translations. Thanks, Ludvig Ericson.Malcolm Tredinnick
2007-02-27Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.Jacob Kaplan-Moss
2007-02-27Removed two vestigal URLconfs that refer to Ellington or to non-existant views.Jacob Kaplan-Moss
2007-02-27Fixed #3589: settings templates and default settings now mention psycopg2 ins...Jacob Kaplan-Moss
2007-02-26Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of Dj...Jacob Kaplan-Moss
2007-02-26Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS...Jacob Kaplan-Moss
2007-02-26Fixed #834: Added documentation of the built-in authentication views. Thanks,...Jacob Kaplan-Moss
2007-02-26Small cleanup of docs/model-api.txt change from [4625]Adrian Holovaty
2007-02-26Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, Uberno...Jacob Kaplan-Moss
2007-02-26Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.Jacob Kaplan-Moss
2007-02-26Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, ...Jacob Kaplan-Moss
2007-02-26Improved error e-mail docs in docs/settings.txt from [4619]Adrian Holovaty
2007-02-26Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc Fa...Jacob Kaplan-Moss
2007-02-26Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. Th...Jacob Kaplan-Moss
2007-02-26Fixed #3135: added some more explanation about how the various error email se...Jacob Kaplan-Moss
2007-02-26Fixed #2592: Added a warning to tutorial 1 about not naming your project "sit...Jacob Kaplan-Moss
2007-02-26Fixed #2828, a TypeError when deleting objects with m2m relations to self. T...Jacob Kaplan-Moss
2007-02-26Fixed another Python 2.3 bug (this one on django.http.parse_file_upload). I t...Jacob Kaplan-Moss
2007-02-26Fixed a few Python2.3-related bugs in the tests (see #3396). A few more left,...Jacob Kaplan-Moss
2007-02-26Modified the test from [4609] to use a FileField instead of an ImageField (so...Jacob Kaplan-Moss
2007-02-26Added a comment to the 404/500 views so that people with DEBUG=False and no 4...Jacob Kaplan-Moss
2007-02-26Fixed #3581, a small typo in OneToOneField.formfield(). Thanks, Andrew Suther...Jacob Kaplan-Moss
2007-02-26Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss
2007-02-26Objects with FileFields no longer get save() called multiple times from the A...Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-26Fixed #2363 -- Fixed subclass checking in ModelBase to allow for mixinMalcolm Tredinnick
2007-02-26Fixed #3565 -- Updated Spanish translation. Thanks, agarfu@gmail.com and MarioMalcolm Tredinnick
2007-02-26Fixed #3555 -- Updated Swedish (sv) translation. Thanks to Ludvig Ericson.Malcolm Tredinnick
2007-02-26Fixed #3573 -- Updated Argentinean Spanish (es_AR) translation files. ThanksMalcolm Tredinnick
2007-02-26Fixed #3562 -- Updated Macedonian (mk) translations. Thanks to GeorgiMalcolm Tredinnick
2007-02-26Fixed #3561 -- Updated German (de) translations. Thanks to Dirk Eschler.Malcolm Tredinnick
2007-02-26Fixed #3535 -- Updated Serbian (sr) translations. Thanks Petar Marić and Nesh.Malcolm Tredinnick
2007-02-26Fixed #3251 -- Added Kannada (kn) translations. Thanks to the volunteers fromMalcolm Tredinnick
2007-02-26Fixed #3517 -- Updated Slovenian translation. Thanks, Jure Cuhalev.Malcolm Tredinnick
2007-02-26Cleaned up comments from [4597] to be a bit more clear.Jacob Kaplan-Moss
2007-02-26Fixed #3438: improved the speed of Model.__init__ (about 1/3 faster, it appea...Jacob Kaplan-Moss
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling Djang...Jacob Kaplan-Moss
2007-02-26D'oh, fixed broken ReST in last commit.Jacob Kaplan-Moss
2007-02-26Fixed #3354: added a message to tutorial 1 about where to go for help. Thanks...Jacob Kaplan-Moss
2007-02-26Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Sch...Jacob Kaplan-Moss
2007-02-26Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Field...Jacob Kaplan-Moss
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss
2007-02-26Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.comJacob Kaplan-Moss
2007-02-26Updated the dispatch unit tests to be consistant with our coding style.Jacob Kaplan-Moss
2007-02-26Fixed #3439: vastly improved the performance of django.dispatch (and added te...Jacob Kaplan-Moss
2007-02-25Teeny weeny optimization to RegexURLPattern.resolve()Adrian Holovaty
2007-02-25Reverted [4578] because there's no such thing as a PasswordField database fie...Adrian Holovaty
2007-02-25Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, a...Jacob Kaplan-Moss
2007-02-25Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual...Jacob Kaplan-Moss