summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-03-07Removed rsplit() usage for python2.3 compatibility. Refs #3625.Malcolm Tredinnick
2007-03-06Fixed #3647 -- Added small fixes to Spanish translation from Mario Gonzalez.Malcolm Tredinnick
2007-03-06Fixed #3655, #3656 -- Updated Swedish (sv) translations. Thanks, mikko@sorl.net.Malcolm Tredinnick
2007-03-05Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo...Adrian Holovaty
2007-03-02Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary Wilson.Malcolm Tredinnick
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Changed the postgres version getting code to use cursor.fetchone() instead of...Jacob Kaplan-Moss
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-03-01Fixed #3614 -- Updated Finnish (fi) translation. Thanks, karsu.Malcolm Tredinnick
2007-02-28Reverted [4590] (changes to field label CSS) since it caused more problems th...Jacob Kaplan-Moss
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-28FIxed #1984 -- Updated Italian translation. Thanks Nicola Larosa.Malcolm Tredinnick
2007-02-28Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...Jacob Kaplan-Moss
2007-02-27Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...Jacob Kaplan-Moss
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-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 #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-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-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-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-25Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual...Jacob Kaplan-Moss
2007-02-25Fixed #2620: made MergeDict.get() correctly work with the two-argument form o...Jacob Kaplan-Moss
2007-02-25Fixed #3488: send_mail no longer uses settings in function default arguments....Jacob Kaplan-Moss
2007-02-25Fixed #3459: Django no longer runs SET TIME ZONE for every query when using P...Jacob Kaplan-Moss
2007-02-25Fixed #3554: django.core.mail now generates dates with the email module inste...Jacob Kaplan-Moss
2007-02-23Fixed silly typo in [4651].Jacob Kaplan-Moss