summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2013-02-23Fixed Oracle specific failures in commands_sql testsAnssi Kääriäinen
2013-02-23Marked a test as expected failure. Refs #19884Anssi Kääriäinen
2013-02-23Skipped a test on OracleAnssi Kääriäinen
2013-02-23Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-22Fixed #19882 -- Smarter tokenizing of {% for %} tag arguments.Baptiste Mispelon
2013-02-21Fixed #19870 -- Regression in select_related in inheritance casesAnssi Kääriäinen
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20Added a test for negated Q object queryingAnssi Kääriäinen
2013-02-20Removed join() promote kwargAnssi Kääriäinen
2013-02-20Refactored negated IS NULL handlingAnssi Kääriäinen
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-20Add test for collapsible fieldset functionality in adminClaude Paroz
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-19Restrict the XML deserializer to prevent network and entity-expansion DoS att...Carl Meyer
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-19Avoided related_name conflicts in testsAnssi Kääriäinen
2013-02-19Fixed #10870 -- Added aggreation + generic reverse relation testFlorian Hahn
2013-02-19Fixed #19837 -- Refactored split_exclude() join generationAnssi Kääriäinen
2013-02-18Simplified MySQL version checking.Aymeric Augustin
2013-02-18Avoided firing the request_finished signal in tests.Aymeric Augustin
2013-02-16Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-15Improved input sanitizing with thousand separatorsClaude Paroz
2013-02-15Updated FormattingTests test case to use settings contextsClaude Paroz
2013-02-14Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-14Fixed #19819 - Improved template filter errors handling.Michael van Tellingen
2013-02-13Fixed #19693 -- Made truncatewords_html handle self-closing tagsClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-13Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-10Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2013-02-10Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-09Added tests for some sql_* management commandsClaude Paroz
2013-02-08Cleaned up some lingering signals in the test suite that were causing spuriou...Julien Phalip
2013-02-07Changed test assertion strategy used in 04d9730.Ramiro Morales
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Improved regex in strip_tagsClaude Paroz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-05Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed error message test assertions under Python 3.3Claude Paroz
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-03Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-02Fixed Python 3.2 compatibility for a test.Julien Phalip
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip