summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2011-04-25Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett...Chris Beaven
2011-04-23Fixed #15688 - Generic views should provide a HEAD implementationLuke Plant
2011-04-23Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu...Carl Meyer
2011-04-22Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...Chris Beaven
2011-04-22Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...Jannis Leidel
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-22Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat...Jannis Leidel
2011-04-22Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank...Jannis Leidel
2011-04-22Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju...Jannis Leidel
2011-04-22Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an...Jannis Leidel
2011-04-22Fixed #15662 -- Made sure the module_has_submodule utility function follow co...Jannis Leidel
2011-04-22Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...Jannis Leidel
2011-04-22Fixed #13689 -- Convert the per_page value to an integer upon initialization ...Jannis Leidel
2011-04-22Fixed #11321 -- Handle timezones correctly in conjunction with naturalday fil...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2011-04-22Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-22Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad...Jannis Leidel
2011-04-22Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ...Jannis Leidel
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-18Added new tests I forgot to include in [16038].Ramiro Morales
2011-04-18Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...Ramiro Morales
2011-04-17Fixes #15721 -- Make {% include %} and RequestContext work together again.Chris Beaven
2011-04-17Fixes #15814 -- Added a test util to abstract the process of using a test tem...Chris Beaven
2011-04-13Fixes Paginator.validate_number not raising a PageNotAnInteger exception when...Chris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-02Fixed #15704 -- Made cache tests more reusable by moving the backend path int...Adrian Holovaty
2011-04-02Refactored views regression tests to isolate generic views from the root URL ...Russell Keith-Magee
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning caused by testing deprecated DjangoTestRunnerRussell Keith-Magee
2011-04-02Corrected warning filter in test_client_regressRussell Keith-Magee
2011-04-02Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an...Russell Keith-Magee
2011-04-02Updated to test_client_regress to use RedirectView instead of deprecated redi...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Cleaned up some test code.Luke Plant
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for contrib.comments forms hash.Luke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Removed Django 1.1 fallback for CSRF checks.Luke Plant
2011-03-28Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-28Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty