summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.5.x] Restricted the XML deserializer to prevent DoS attacks.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-16[1.5.x] Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-15[1.5.x] Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-13[1.5.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10[1.5.x] Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-08[1.5.x] Cleaned up some lingering signals in the test suite that were causing...Julien Phalip
2013-02-06[1.5.x] Fixed a typo in the test suite that was causing some spurious failure...Julien Phalip
2013-02-06Partially revert 9efe1a721, strip_tags improvementsClaude Paroz
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-01-31[1.5.x] Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-30Added file forgotten in d5ad9d3d.Aymeric Augustin
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-25[1.5.x] Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2013-01-23[1.5.x] Fixed #19652 -- Fixed .none() regression in related fieldsAnssi Kääriäinen
2013-01-17Fixed i18n test to match changed translationClaude Paroz
2013-01-11[1.5.x] Fixed #19488 -- Made i18n_patterns redirect work with non-slash-endin...Claude Paroz
2013-01-11[1.5.x] Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2013-01-09[1.5.X] Fixed lockups in jenkins, refs #19546.Florian Apolloner
2013-01-09[1.5.x] Skipped deprecation warning test on Python 2.6Claude Paroz
2013-01-09[1.5.x] Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2013-01-08[1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-08[1.5.x] Updated deprecated test assertionsClaude Paroz
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-04[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2013-01-03[1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already c...Claude Paroz
2013-01-03[1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stoppedClaude Paroz
2013-01-03[1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2013-01-02[1.5.x] Minor fixes in the known_related_objects tests.Aymeric Augustin
2013-01-02[1.5.x] Fixed #19547 -- Caching of related instances.Aymeric Augustin
2013-01-01[1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...Julien Phalip
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-31[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-30[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...Julien Phalip
2012-12-29[1.5.x] Avoided having an indexed TextField installed unless using postgresAnssi Kääriäinen
2012-12-29[1.5.x] Fixed autopk issue in testsAnssi Kääriäinen
2012-12-28[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-27[1.5.x] Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-24[1.5.x] Expanded tests added when fixing #14529.Ramiro Morales
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...Julien Phalip
2012-12-24[1.5.x] Prevented caching of streaming responses.Aymeric Augustin
2012-12-24[1.5.x] Fixed a randomly failing test under Python 3.Aymeric Augustin