summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-11Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...Russell Keith-Magee
2008-07-11Fixed #7715 -- Modified the admin_scripts tests to do an app level import, ra...Russell Keith-Magee
2008-07-11Removed a FIXME that isn't really a problem any longer.Malcolm Tredinnick
2008-07-11Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice.Malcolm Tredinnick
2008-07-11Documented that the update() method on querysets is a direct SQL call, not theMalcolm Tredinnick
2008-07-11Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimesMalcolm Tredinnick
2008-07-11Fixed #7682 -- Added a work around to keep existing admin alive untilMalcolm Tredinnick
2008-07-10Corrected a bug in [7876] picked up by the buildbot: depending on the order i...Russell Keith-Magee
2008-07-10Refs #5943, #6107 -- Added framework and tests to check for the correct opera...Russell Keith-Magee
2008-07-08Fixed a couple typos as well as several minor style issues.Gary Wilson Jr
2008-07-08Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...Malcolm Tredinnick
2008-07-08Fixed test suite after [7687].Malcolm Tredinnick
2008-07-08Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte...Adrian Holovaty
2008-07-08Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the new p...Adrian Holovaty
2008-07-08Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty
2008-07-08Fixed #7655 -- Added two assertions to mail.py to help people debug a common ...Adrian Holovaty
2008-07-08Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ...Adrian Holovaty
2008-07-07Fixed #7638, a small typo in uploading files docs. Thanks, Horst Gutmann.Jacob Kaplan-Moss
2008-07-07Fixed deprecated UploadedFile.data attribute. Refs #7614.Jacob Kaplan-Moss
2008-07-07Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs...Jacob Kaplan-Moss
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-07Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gbMalcolm Tredinnick
2008-07-07Fixed #4148 -- Changed the way attachments are served to IE to avoid someMalcolm Tredinnick
2008-07-06Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.Malcolm Tredinnick
2008-07-06Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick
2008-07-06Started to work on the regex reverse-engineering phase.Malcolm Tredinnick
2008-07-06Some tests for the new features. These pretty much fail at the moment. Based onMalcolm Tredinnick
2008-07-06Fixed #7643 -- Fixed an oversight from [7844].Malcolm Tredinnick
2008-07-06Changed ModelFormMetaclass to have the normal signature for a __new__ method.Malcolm Tredinnick
2008-07-06Fixed #7621 -- Enable superclassing of the various metaclasses we use.Malcolm Tredinnick
2008-07-06Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid anyMalcolm Tredinnick
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick
2008-07-06Fixed #7072 -- More logical and robust language settings in the i18n context ...Malcolm Tredinnick
2008-07-06Fixed #7061 -- Fixed a small inaccuracy in the i18n docs. Thanks akaihola.Malcolm Tredinnick
2008-07-05Fixed #7626 -- Fixed a typo in the newforms docs.Malcolm Tredinnick
2008-07-05Changed a couple of old-style validators to remove some deprecation warningsMalcolm Tredinnick
2008-07-04Redo the changes in [7773] in a better way.Malcolm Tredinnick
2008-07-03Fixed #7407 -- in Oracle, made sure table names are properly quoted when rese...Ian Kelly
2008-07-03Fixed a test case using extra sql that didnt fit Oracle syntax.Ian Kelly
2008-07-03Refs #7565. Fixed Oracle sequence resetting on child models.Ian Kelly
2008-07-03Corrected typo in `uploadedfile` module.Gary Wilson Jr
2008-07-02Closes #7607, Turkish translation update, thanks Evren Esat ÖzkanMarc Fargas
2008-07-02Fixed a few typos in upload handling docsJacob Kaplan-Moss
2008-07-02Renamed a field in a test case that was preventing the tests from Ian Kelly
2008-07-02Fixed a long and complex line by breaking into a for loop, with the added ben...Gary Wilson Jr
2008-07-02Added docstring and other minor style fixes.Gary Wilson Jr
2008-07-02Got rid of a bit of repetition by using `dict.update()`.Gary Wilson Jr
2008-07-02Minor style fixes.Gary Wilson Jr
2008-07-02Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At...Gary Wilson Jr