summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-19Merge pull request #1161 from erikr/urlize-additional-testAymeric Augustin
2013-05-19Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin
2013-05-19Fix #19070 -- Additional test for urlize and bracketsErik Romijn
2013-05-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-19Merge pull request #1152 from ambv/issue11915Aymeric Augustin
2013-05-19Merge pull request #1094 from senko/ticket_11160Andrew Godwin
2013-05-19Merge pull request #1134 from senko/ticket_18990Andrew Godwin
2013-05-19Fixed #11915: generic Accept-Language matches country-specific variantsŁukasz Langa
2013-05-19fix warnings imports in fixtures testsSenko Rasic
2013-05-19Fixed #12674 -- provide a way to override admin validationHonza Kral
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-19Added TransRealMixin to fix i18n global state pollution in the test suiteŁukasz Langa
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19add comment to explain why it's necessary to do an explicit check forAndrea Crotti
2013-05-19Merge pull request #1116 from elektrrrus/ticket_20234_20236Marc Tamlyn
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-05-18Fixed #20440 -- Ensured CharField's max_length/min_length are integersTome Cvitan
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-18Fixed ff881aef on Python 3.Aymeric Augustin
2013-05-18Fix state tests a littleAndrew Godwin
2013-05-18Fixed #13958 -- problem reporting exception from \r-line-ended fileShai Berger
2013-05-18Fixes a Python 3.x regression introduced in a19e9d80Łukasz Langa
2013-05-18Merge branch 'master' of github.com:django/djangoFlorian Apolloner
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-18Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...Florian Apolloner
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Merge pull request #1122 from ambv/issue13285Aymeric Augustin
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
2013-05-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2013-05-18Merge pull request #1113 from denibertovic/masterAymeric Augustin
2013-05-18Added stripping of whitespace for SlugField and URLFieldDeni Bertovic
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesŁukasz Langa
2013-05-18Merge pull request #1084 from erikr/masterFlorian Apolloner
2013-05-18Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin
2013-05-18Add a deconstruct() method to Fields.Andrew Godwin
2013-05-18Fixed #11160 - Ensure full_clean is called from non_form_errorsSenko Rasic
2013-05-18Made test introduced in 566e284c pass on Python 3.Aymeric Augustin
2013-05-18Added test for multipart, non form-data POST.Senko Rasic
2013-05-18Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-asciiClaude Paroz
2013-05-18Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.Florian Apolloner
2013-05-18More conversion to a ContextManager schema_editorAndrew Godwin