summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2011-02-21Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant
2011-02-21Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ...Luke Plant
2011-02-21Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...Russell Keith-Magee
2011-02-21Fixed #15362: Added explicit deletion of file to test, needed now since files...Karen Tracey
2011-02-20Fixed #14529 -- Fixed representation of model names in admin messages after m...Ramiro Morales
2011-02-20Ensure render_to_string leaves the context instance stack in the state it was...Chris Beaven
2011-02-19Fixed #11513 -- Ensure that the redirect at the end of an object change won't...Russell Keith-Magee
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2011-02-19Fixed #13126 -- Ensured that individual form errors are displayed when errors...Russell Keith-Magee
2011-02-19Fixed #12893 -- Added tests to validate that the right queryset is always use...Russell Keith-Magee
2011-02-19Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...Russell Keith-Magee
2011-02-17Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...Carl Meyer
2011-02-17Reduced code duplication in cache middleware tests.Carl Meyer
2011-02-16Changed strategy used to force evaluation of django.utils.translation in test...Ramiro Morales
2011-02-16Fix the test isolation from [15552].Alex Gaynor
2011-02-16Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel
2011-02-16Moved the test added in r15504 to a different case where it doesn't actually ...Jannis Leidel
2011-02-16Corrected small error when preserving an I18N-related setting value in an adm...Ramiro Morales
2011-02-15Fixed a test case introduced in r15538 by creating a test file with non-ASCII...Jannis Leidel
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-13Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...Ramiro Morales
2011-02-13Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...Ramiro Morales
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-02-12Added a test for the PendingDeprecationWarning introduced in r15441. Refs #14...Ramiro Morales
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-02-12Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV...Jannis Leidel
2011-02-12Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2011-02-12Fixed #12988 -- Extended regular expression of the URLValidator to fully supp...Jannis Leidel
2011-02-12Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL...Jannis Leidel
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-09Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...Carl Meyer
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2011-02-09Ensure that L10N formats aren't cached between tests.Russell Keith-Magee
2011-02-08Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...Russell Keith-Magee
2011-02-08Cleaned up the tests from r15451 to avoid the need to retrieve a URL twice.Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-08Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensiti...Russell Keith-Magee
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-06Fixed #14711 -- Corrected the calculation for the previous month in generic d...Russell Keith-Magee
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-02-05Modified wrong expected ClearableFileInput rendering output in a couple of ad...Ramiro Morales
2011-02-05Fixed #15226 - Made SelectDateWidget render the label tag associated with the...Ramiro Morales
2011-02-05Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. ...Russell Keith-Magee