summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-09-03`is` should not be used on primitive objects, use == instead, correctly.Alex Gaynor
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-09-02Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s...Julien Phalip
2011-09-02Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...Julien Phalip
2011-08-31Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...Julien Phalip
2011-08-30Fixed indentation introduced in r16706.Jannis Leidel
2011-08-30Fixed #16717 -- Added ability to store result of trans template tag in contex...Jannis Leidel
2011-08-30Added admin browser support policy note.Idan Gazit
2011-08-29Follow the same convention as the rest of the file.Honza Král
2011-08-29Forgotten import in [16708]Honza Král
2011-08-29Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...Honza Král
2011-08-28Added guidelines for reporting UI-related bugs & feature requests.Idan Gazit
2011-08-28Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda...Julien Phalip
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip
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