summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-10Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.Tim Graham
2013-09-10Fixed #19298 -- Added MultiValueField.__deepcopy__Tim Graham
2013-09-10Fixed test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2.Florian Apolloner
2013-09-10Fixed #5749 -- Added field_name as a key in the _html_output dicte0ne
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-10Fixed test that fails when pytz is installed.Aymeric Augustin
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Made MigrationWriter look for a "deconstruct" attribute on functions.Loic Bistuer
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-09-10Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne
2013-09-10Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-09Fixed #21078 -- Handled additional bad Accept-Language headerJosh Mize
2013-09-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-09Fixed syntax error on Python 3.2; refs #20889.Tim Graham
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-09Added a test to show that the user.is_staff check in admin base.html is neces...Tim Graham
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Further hardening. Refs #18766.Aymeric Augustin
2013-09-08Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-08Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo
2013-09-07Fixed some flake8 warningsAlex Gaynor
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.Julien Phalip
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-07Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin
2013-09-07Fixed tests introduced in previous commit on Python 2. Refs #20557.Aymeric Augustin
2013-09-07Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-06Fixed this syntax error on py32Alex Gaynor
2013-09-06Fixed #21032 -- pip 1.4 can't install pytz.Aymeric Augustin
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06Fixed deprecation warning on Python 3Tim Graham
2013-09-06Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...Loic Bistuer
2013-09-06Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sq...Tim Graham
2013-09-06Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...Russell Keith-Magee
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Fixed existing tests to handle BadSerializer.Roberto Aguilar
2013-09-06Updated NoYamlSerializerTestCase to run with yaml.Roberto Aguilar
2013-09-06fixed test name from an old, overly specific iteration of the testIan Wilson