summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-25Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co...Ramiro Morales
2011-06-25Fixed #6189 -- Modified test that need Internet access so they use a mock ins...Ramiro Morales
2011-06-25Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ...Ramiro Morales
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-19Fixed broken i18n tests after r16437.Jannis Leidel
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-06-17Backed out [16356] due to later rejection of #16182.Andrew Godwin
2011-06-16Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...Ramiro Morales
2011-06-16Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...Jannis Leidel
2011-06-16Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ...Jannis Leidel
2011-06-16Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...Jannis Leidel
2011-06-16Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic...Jannis Leidel
2011-06-16Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready an...Jannis Leidel
2011-06-15Fixed #16275 -- Added __future__ import to support with statement. Thanks to ...Russell Keith-Magee
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-13Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.Jannis Leidel
2011-06-13Shortened some test model names that were introduced in r16366 to fix running...Jannis Leidel
2011-06-13Removed a name clash in a test method. Refs #16246.Ramiro Morales
2011-06-13Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in...Russell Keith-Magee
2011-06-12Fixed incompatibility (usage of class decorator) with Python 2.5 introduced i...Ramiro Morales
2011-06-12Fixed broken test introduced in r16385.Jannis Leidel
2011-06-12Fixed #7836 -- Modified strategy used by the test client to check for session...Ramiro Morales
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-12Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...Ramiro Morales
2011-06-11Fixed #16224 -- Fixed override_settings test utility to correctly work with T...Jannis Leidel
2011-06-11Added file forgotten in r16369.Ramiro Morales
2011-06-11Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...Jannis Leidel
2011-06-11Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...Jannis Leidel
2011-06-11Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ...Ramiro Morales
2011-06-11Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-06-10Fixed #16210 -- Added some missing __future__ imports to support with stateme...Russell Keith-Magee
2011-06-10Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ...Russell Keith-Magee
2011-06-10Made `with` statements added in [16348] compatible with Python 2.5.Ramiro Morales
2011-06-10Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...Andrew Godwin
2011-06-10Fixed #16166 - `EmailField` does not comply with SMTP standardLuke Plant
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-06-10Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the mu...Russell Keith-Magee
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-09Clean up unique validation tests to not use bare excepts and use assertRaises...Andrew Godwin
2011-06-09Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ...Andrew Godwin
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-09Stopped staticfiles from modifying INSTALLED_APPS during test runtime.Jannis Leidel