summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-19Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...Carl Meyer
2011-01-19Fixed a regression in the test suite from [15236].Alex Gaynor
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-18Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/M...Russell Keith-Magee
2011-01-17Fixed #14468 -- Extended the list of content types that the test client could...Jannis Leidel
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 #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
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-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
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 #15042 -- Ensured that email addresses without a domain can still be ma...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-14Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.Ramiro Morales
2011-01-13Fixed #13631 -- Made sure that max_length and min_length are retained as attr...Russell Keith-Magee
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
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-11Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.Alex Gaynor
2011-01-10Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.Andrew Godwin
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
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
2011-01-08Fixed #15035 -- Fixed collectstatic management command to work with non-local...Jannis Leidel
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2011-01-04Corrected a test failure under Postgres caused by PK allocation. Thanks to Al...Russell Keith-Magee
2011-01-03Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...Russell Keith-Magee
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2011-01-02Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...Jannis Leidel
2010-12-31Fixed the rest of the US localflavor tests that were forgotten in r15058. Ref...Jannis Leidel
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-12-31Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...Jannis Leidel
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-12-27Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also ...Alex Gaynor
2010-12-26Updated list of US states and tests after r15029 to be sorted correctly.Jannis Leidel
2010-12-26Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan ...Jannis Leidel
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-23Refactor the choices for localflavor's USStateField, and add new US postal co...James Bennett
2010-12-22Fixed #14939: Don't strip ;-parameters from URLs in the test client.Andrew Godwin