summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
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-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-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-22Beefed up the tests for multi-cache handling of the cache middleware and view...Russell Keith-Magee
2010-12-22Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...Russell Keith-Magee
2010-12-22Fixed #10154: Allow combining F expressions with timedelta values.Karen Tracey
2010-12-22Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternativ...Jannis Leidel
2010-12-21Rectified bugs that were accidentally committed in r14997. Thanks for the hea...Jannis Leidel
2010-12-21Fixed #12816 -- Added a render() shortcut.Russell Keith-Magee
2010-12-21Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch...Jannis Leidel
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-21Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed ...Jannis Leidel
2010-12-21Fixed #14900 -- Added ability to override the paginator class used in a Model...Jannis Leidel
2010-12-21Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act...Jannis Leidel
2010-12-21Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee
2010-12-21Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven
2010-12-19Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...Chris Beaven
2010-12-19Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...Russell Keith-Magee
2010-12-19Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i...Russell Keith-Magee
2010-12-19Fixed a Python 2.5 syntax error.Alex Gaynor