Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-222-27/+3
* | | Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+6
|/ /
* | Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-221-1/+19
* | Merge pull request #246 from dekkers/ticket_18709Marc Tamlyn2013-05-221-1/+23
|\ \
| * | Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers2013-05-221-1/+23
* | | Fixed #19895 -- Second iterator over invalid qs raises er...Anssi Kääriäinen2013-05-221-0/+7
|/ /
* | Fixed #18702 -- Removed chunked reads from QuerySet itera...Anssi Kääriäinen2013-05-211-36/+8
* | Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-211-0/+31
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-213-9/+40
* | Merge pull request #1194 from ambv/python26_is_funFlorian Apolloner2013-05-211-1/+4
|\ \
| * | Fixed a Python 2.6 regression (GzipFile can't act as a co...Łukasz Langa2013-05-211-1/+4
* | | Fixed #17308 -- Enabled the use of short_description on p...Wiktor Kolodziej2013-05-211-0/+14
|/ /
* | Fixed test failures from 09f865276554f35060ff939722ec4cef...Florian Apolloner2013-05-211-1/+1
* | Use assertIsInstance in tests.Marc Tamlyn2013-05-2131-87/+87
* | Merge pull request #1191 from ambv/content_is_bytesAymeric Augustin2013-05-211-0/+24
|\ \
| * | Fixed #20472: response.content should be bytes on both Py...Łukasz Langa2013-05-211-0/+24
* | | Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-211-0/+22
|/ /
* | Fixed #20445 -- Raised original exception after command e...Jorge Bastida2013-05-201-9/+11
* | Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-0/+18
* | Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-202-14/+18
* | Fixed #20378 -- regression in GenericRelation on abstract...Anssi Kääriäinen2013-05-202-1/+28
* | Fixed qs.values() regression when used in subqueryAnssi Kääriäinen2013-05-201-0/+17
* | Merge pull request #1181 from aaugustin/better-api-to-dis...Marc Tamlyn2013-05-201-2/+2
|\ \
| * | Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-2/+2
* | | Fixed #20437 - marked a test-runner test as expected-fail...Carl Meyer2013-05-201-0/+17
* | | Fixed #20449 - Corrected test sensitivity to current work...Tomasz Jaskowski2013-05-201-3/+17
* | | Lower the max length for a test field so that it works on...Alex Gaynor2013-05-191-1/+1
* | | Fixed fixtures testing failureAnssi Kääriäinen2013-05-192-1/+5
* | | Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-2/+42
|/ /
* | Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-193-2/+37
* | Fixed test failure introduced in 1927bf7c91.Aymeric Augustin2013-05-191-1/+1
* | Fixes #18896. Add tests verifying that you can get Integr...Pablo Recio2013-05-192-1/+35
* | Merge pull request #1161 from erikr/urlize-additional-testAymeric Augustin2013-05-191-3/+3
|\ \
| * | Fix #19070 -- Additional test for urlize and bracketsErik Romijn2013-05-191-3/+3
* | | Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin2013-05-191-1/+3
|\ \ \ | |/ / |/| |
| * | Fixed #11442 -- Postgresql backend casts all inet types t...Erik Romijn2013-05-191-1/+3
* | | Fixed #20126 -- XViewMiddleware moved to django.contrib.a...Łukasz Langa2013-05-196-0/+86
* | | Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-193-0/+15
* | | Merge pull request #1152 from ambv/issue11915Aymeric Augustin2013-05-192-1/+15
|\ \ \
| * | | Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-192-1/+15
* | | | Merge pull request #1094 from senko/ticket_11160Andrew Godwin2013-05-191-0/+14
|\ \ \ \
| * | | | Fixed #11160 - Ensure full_clean is called from non_form_...Senko Rasic2013-05-181-0/+14
* | | | | Merge pull request #1134 from senko/ticket_18990Andrew Godwin2013-05-193-13/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix warnings imports in fixtures testsSenko Rasic2013-05-192-2/+3
| * | | | Fixed #18990 -- Loaddata now complains if fixture doesn't...Senko Rasic2013-05-193-8/+18
| * | | | Fixed #18990: Loaddata now complains if fixture doesn't e...Senko Rasic2013-05-192-12/+20
* | | | | Fixed #12674 -- provide a way to override admin validationHonza Kral2013-05-192-186/+133
* | | | | Added TransRealMixin to fix i18n global state pollution i...Łukasz Langa2013-05-193-13/+39
| |_|/ / |/| | |
* | | | add comment to explain why it's necessary to do an explic...Andrea Crotti2013-05-191-1/+3
* | | | Merge pull request #1116 from elektrrrus/ticket_20234_20236Marc Tamlyn2013-05-192-1/+17
|\ \ \ \ | |/ / / |/| | |