summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-01-15Removed some uses of the deprecated assertEqualsAlex Gaynor
2013-01-14Improve test to ensure that post_delete was actually calledDavid Cramer
2013-01-14Move signal disconnect into finally blockDavid Cramer
2013-01-14Send post_delete signals immediatelyDavid Cramer
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-11Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending pathsClaude Paroz
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-11Adapted test assertion against yaml dumpClaude Paroz
2013-01-09Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgetsLoic Raucy
2013-01-09Fixed lockups in jenkins, refs #19546.Florian Apolloner
2013-01-09Skipped deprecation warning test on Python 2.6Claude Paroz
2013-01-09Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2013-01-08Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-08Updated deprecated test assertionsClaude Paroz
2013-01-08Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()Anssi Kääriäinen
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06Tests for various emptyqs ticketsAnssi Kääriäinen
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2013-01-04Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2013-01-03Fixed #19382 -- Stopped smtp backend raising exception when already closedClaude Paroz
2013-01-03Fixed #19134 -- Allowed closing smtp backend when the server is stoppedClaude Paroz
2013-01-03Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2013-01-02Minor fixes in the known_related_objects tests.Aymeric Augustin
2013-01-02Fixed #19547 -- Caching of related instances.Aymeric Augustin
2013-01-01Modernized middleware tests.Aymeric Augustin
2013-01-01Fixed #19457 -- ImageField size detection failed for some files.Anton Baklanov
2013-01-01Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...Julien Phalip
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-31Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-30Added further flexibility to ModelAdmin for controlling post-save redirections.Julien Phalip
2012-12-29Silenced warnings in the tests of deprecated features.Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed legacy ways of calling cache_page.Aymeric Augustin
2012-12-29Removed truncate_words and truncate_html_words.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-29Removed django.core.management.setup_environ and execute_manager.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-12-29Removed interpolation of post_url_continue in the admin.Aymeric Augustin
2012-12-29Removed backwards-compatibility shim for #16288.Aymeric Augustin
2012-12-29Avoided having an indexed TextField installed unless using postgresAnssi Kääriäinen
2012-12-29Fixed autopk issue in testsAnssi Kääriäinen
2012-12-28Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-27Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-24Expanded tests added when fixing #14529.Ramiro Morales
2012-12-24Prevented caching of streaming responses.Aymeric Augustin
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip