summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-28Repaired an admin list_filter test that wasn't testing anything special.Julien Phalip
2011-08-28Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...Chris Beaven
2011-08-28Slightly rewrite @permalink and get_absolute_url() documentation.Malcolm Tredinnick
2011-08-28Documentation edits for model instance docs.Malcolm Tredinnick
2011-08-27Fix a small thread safety issue in ExtendsNode. No tests, but Malcolm said th...Chris Beaven
2011-08-27Extensive copy-editing and cross-referencing in the queryset API docs.Malcolm Tredinnick
2011-08-26Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe a...Julien Phalip
2011-08-26Corrected explanation of values() and extra() interaction in querysets.Malcolm Tredinnick
2011-08-26Small typo fix for how to claim a ticket in Trac.Malcolm Tredinnick
2011-08-26Added placeholder release notes for the 1.2.1 and 1.2.3 releases.Malcolm Tredinnick
2011-08-26Clarify the documentation around SQLite and case-sensitive string matching.Malcolm Tredinnick
2011-08-26Fixed documentation about use of salt parameter in signing functions.Malcolm Tredinnick
2011-08-26Be very clear about when it's appropriate to use defer() and only().Malcolm Tredinnick
2011-08-26Add a note about discouraging whitespace- or formatting-only patches.Malcolm Tredinnick
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-26Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu...Adrian Holovaty
2011-08-26Added some tips to the contributor docs, namely about removing trailing white...Julien Phalip
2011-08-25Fixed #16677 -- Fixed the future version of the ssi template tag to work with...Julien Phalip
2011-08-25Fix test from r16678 and r16681 properly for Oracle.Malcolm Tredinnick
2011-08-25Documented `translation.override` context manager introduced in r16166.Jannis Leidel
2011-08-25Fixed a small admin CSS issue where the "Save and continue editing" and "Save...Julien Phalip
2011-08-25Make ManyToManyField model references more robust.Malcolm Tredinnick
2011-08-25Modify validity check from r16678 slightly to work with Oracle.Malcolm Tredinnick
2011-08-24Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p...Julien Phalip
2011-08-24Added another test to confirm fix in r16663.Malcolm Tredinnick
2011-08-23Teach "django-admin.py validate" to forbid nullable primary keys.Malcolm Tredinnick
2011-08-23Corrected the setup and teardown of the refactored invalid_models test so tha...Russell Keith-Magee
2011-08-23Reverted r16662 -- There are bunch of problems with this patch, including fai...Russell Keith-Magee
2011-08-23Allow "pk" as a field alias in QuerySet.only() calls.Malcolm Tredinnick
2011-08-23Fixed a broken test from r16656.Malcolm Tredinnick
2011-08-23Fixed #16669 -- Made the startproject instruction formatting easier to read a...Julien Phalip
2011-08-23Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...Russell Keith-Magee
2011-08-23Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal...Russell Keith-Magee
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-23Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in part 2 o...Julien Phalip
2011-08-23Fixed #15315 -- Added support for the 'widget' argument to modelform_factory....Russell Keith-Magee
2011-08-23Fix initialisation of ImageField super classes.Malcolm Tredinnick
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee
2011-08-23Fixed an isnull=False filtering edge-case. Fixes #15316.Malcolm Tredinnick
2011-08-23Added convenience method for viewing Query SQL without params.Malcolm Tredinnick
2011-08-23Add the ability to do unordered comparisons in assertQuerysetEqual.Malcolm Tredinnick
2011-08-23Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...Russell Keith-Magee
2011-08-23Added myself to the list of committers.Julien Phalip
2011-08-23Fixed #10571 -- Factored out the payload encoding code to make sure it is use...Russell Keith-Magee
2011-08-23Fixed #16672 -- Ensure that test classes decorated with @override_setings get...Russell Keith-Magee
2011-08-22Silenced a "classic division" warning in floatformat template filter.Malcolm Tredinnick
2011-08-22Fixed #14876 -- Ensure that join promotion works correctly when there are nul...Russell Keith-Magee
2011-08-22Minor Debian/Ubuntu install instruction update.Malcolm Tredinnick
2011-08-22Documented some Oracle-specific test settings.Malcolm Tredinnick
2011-08-22Trivial documentation typo fix.Malcolm Tredinnick