summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-17Fixed #14468 -- Extended the list of content types that the test client could...Jannis Leidel
2011-01-17Fixed #15026 -- Added cleanup to the invalid key session tests; when using Me...Russell Keith-Magee
2011-01-17Fixed #13062 -- Ensure that runserver exposes all warnings requested at the c...Russell Keith-Magee
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-17Corrected an aggregation test failure under PostgreSQL, introduced by r15223....Russell Keith-Magee
2011-01-16Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.Timo Graham
2011-01-16Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.Timo Graham
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
2011-01-16Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ...Timo Graham
2011-01-16Fixed #14707 -- Relax the protections on aggregate naming collisions when a V...Russell Keith-Magee
2011-01-16Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...Russell Keith-Magee
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-15Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the r...Timo Graham
2011-01-15Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for th...Timo Graham
2011-01-15Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's tim...Russell Keith-Magee
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2011-01-15Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to...Russell Keith-Magee
2011-01-15Fixed #15042 -- Ensured that email addresses without a domain can still be ma...Russell Keith-Magee
2011-01-15Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-15Modified a try block construct in a test case to be compatible with Python 2.4.Ramiro Morales
2011-01-15Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn'...Ramiro Morales
2011-01-14Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...Andrew Godwin
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-14Cleaned up the ORM slightly.Alex Gaynor
2011-01-14Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.Ramiro Morales
2011-01-13Corrected hash in a formtools test to match current method, not Django 1.2Luke Plant
2011-01-13Fixed some bugs with formtools tests.Luke Plant
2011-01-13Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...Luke Plant
2011-01-13Fixed #13631 -- Made sure that max_length and min_length are retained as attr...Russell Keith-Magee
2011-01-13Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...Russell Keith-Magee
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2011-01-13Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...Ramiro Morales
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales
2011-01-12Added tests demonstrating that filtering lookup expression that involve model...Ramiro Morales
2011-01-122 small optimizations: a) move an import out of a function, b) remove a cache...Alex Gaynor
2011-01-11Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.Alex Gaynor
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2011-01-10Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.Andrew Godwin
2011-01-10Fixed #15043 -- Updated the login function to send the user_logged_in signal ...Jannis Leidel
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2011-01-08Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.Andrew Godwin
2011-01-08Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.Andrew Godwin
2011-01-08Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.Andrew Godwin
2011-01-08Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans...Andrew Godwin
2011-01-08Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron ...Andrew Godwin
2011-01-08Fixed inconsistency in ListView's pagination (short datasets should also trig...Andrew Godwin