summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-01Fixed a few test docstrings and removed an unused import in staticfiles.Carl Meyer
2011-02-01Preserve order of STATICFILES_DIRS locations in FileSystemFinder.Jannis Leidel
2011-02-01Fixed #15190 -- Refactored the collectstatic command to improve the symlink m...Jannis Leidel
2011-02-01Modified the test case from r15383 to avoid an output inconsistency with KeyE...Russell Keith-Magee
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2011-02-01Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...Russell Keith-Magee
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-02-01Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...Carl Meyer
2011-01-31Some tweaks to the staticfiles docs to clarify things for new users. Thanks J...Carl Meyer
2011-01-31Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...Justin Bronn
2011-01-31Fixed duplicate-named contrib.sessions tests, and removed unused import (clea...Carl Meyer
2011-01-30Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...Jannis Leidel
2011-01-30Fixed typo in staticfiles documentation introduced in [15369]. Thanks, harijay.Jannis Leidel
2011-01-30Fixed #15196 -- Bumped version up a bit in Sphinx configuration. Thanks, Eri...Jannis Leidel
2011-01-30Fixed #15191 - typo in form validation docs; thanks berto for the report.Timo Graham
2011-01-30Uses a SortedDict for memoization of staticfiles finder instances to preserve...Jannis Leidel
2011-01-30Fixed #14978 -- Added versionchanged directive to --adminmedia docs clarifyin...Jannis Leidel
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-30Fixed #15177 -- Added note to generic views reference page indicating that th...Russell Keith-Magee
2011-01-30Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to ...Russell Keith-Magee
2011-01-30Fixed #15187 -- Ensure that missing page emails aren't sent when running unde...Russell Keith-Magee
2011-01-30Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...Russell Keith-Magee
2011-01-29Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template...Ramiro Morales
2011-01-29Fixed example use of deprecated function in GeoDjango tutorial.Justin Bronn
2011-01-29Fixed #14993 - Improved docs for ModelAdmin.filter_horizontal adding that it'...Timo Graham
2011-01-28Another (hopefully the last) trivial commit to test auth.Jacob Kaplan-Moss
2011-01-28Test of commit by non committer.Graham Dumpleton
2011-01-28A trivial change to test out the new server.Jacob Kaplan-Moss
2011-01-28Added note to 1.2.5 release notes about ModelAdmin.lookup_allowed changeLuke Plant
2011-01-28Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...Luke Plant
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-27Removed leftover empty directory from r15297.Ramiro Morales
2011-01-27Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...Russell Keith-Magee
2011-01-27Fixed #13662 -- Added an entry in the README to direct people to the instruct...Russell Keith-Magee
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
2011-01-27Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi...Russell Keith-Magee
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2011-01-27Fixed #14818 -- Added explicit tests for the way that the cycle tag handles e...Russell Keith-Magee
2011-01-27Fixed #15041 -- Added tests for the spaceless tag interacting with escaping. ...Russell Keith-Magee
2011-01-27Fixed #15173 -- fixed the tests when run under pypy.Alex Gaynor
2011-01-27Fixed using --pair with python's that aren't the system default, when not in ...Alex Gaynor
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2011-01-26Fixed Python 2.4 incompatibility introduced in r15249.Carl Meyer
2011-01-26Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...Ramiro Morales
2011-01-26Made a transaction test optional unless transactions are supported.Russell Keith-Magee
2011-01-26Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.Carl Meyer
2011-01-26Copied in-development 1.2.5 release notes to trunk.Carl Meyer
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-26Fixed #13159 -- properly quote aggregates in order_by.Alex Gaynor