summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22204: Bad circular-dep-breaking if more than one per runAndrew Godwin2014-03-061-2/+3
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-0/+44
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson2014-03-054-5/+23
* Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou2014-03-053-4/+153
* Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson2014-03-053-6/+20
* Really hidden warnings in javascript_quote testsClaude Paroz2014-03-051-3/+4
* Fixed incorrect docstring in cache tests (take two)Baptiste Mispelon2014-03-051-1/+1
* Fixed #7571 -- Fixed parameter matching in include()'d urlpatternAthena2014-03-053-0/+10
* Fixed three small flake8 violations.Alex Gaynor2014-03-042-2/+3
* Fixed incorrect docstring in cache testsramast2014-03-041-1/+1
* Merge pull request #2396 from loic/ticket21893Andrew Godwin2014-03-042-3/+65
|\
| * Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer2014-03-051-0/+15
| * Added tests for MTI in RunPython.Loic Bistuer2014-03-051-3/+50
* | Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr2014-03-041-2/+80
* | Fixed spelling in model_forms test class namesChris Wilson2014-03-041-6/+6
|/
* Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...Thomas Sorrel2014-03-033-1/+46
* Allowed custom querysets when prefetching single valued relationsLoic Bistuer2014-03-032-7/+68
* Fixed broken tests on Python 3 after 3c5fc708f1a8f60c05182869f6f3ec13697bbcf2.Baptiste Mispelon2014-03-031-6/+20
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-0342-79/+79
* Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple2014-03-032-0/+17
* Corrected expected test output to allow for cleanups in signal and compatibil...Russell Keith-Magee2014-03-032-4/+4
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-035-268/+251
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-032-68/+64
* Edited MySQL-specific check messages for grammar and consistency.Russell Keith-Magee2014-03-031-3/+2
* Edited contrib.sites check messages for grammar and consistency.Russell Keith-Magee2014-03-031-3/+2
* Cleanup of contrib.contenttypes check messages.Russell Keith-Magee2014-03-031-59/+15
* Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee2014-03-033-121/+121
* Fixed #22130 -- fixed template_tests/defaultfilters order dependent test failureErik Romijn2014-03-021-3/+2
* Added newline for flake8.Tim Graham2014-03-011-0/+1
* Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi2014-03-014-6/+34
* Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn2014-03-013-24/+38
* Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov2014-03-011-0/+19
* Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...Baptiste Mispelon2014-03-011-0/+17
* Added patch_formats utility for i18n formatting testsClaude Paroz2014-03-011-25/+24
* Added release note and regression test for refs #21643.Tim Graham2014-02-281-0/+7
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-14/+0
* Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()vvojvoda2014-02-281-0/+27
* Replaced deprecated assertEqualsClaude Paroz2014-02-281-1/+1
* Fixed #22056 -- Omitted non-package directories when collecting testsClaude Paroz2014-02-261-6/+2
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-2/+20
* Added tests for django.contrib.admindocsGreg Chapple2014-02-232-11/+150
* Two whitespace changes to appease flake8Alex Gaynor2014-02-231-1/+1
* Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester2014-02-231-4/+20
* Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...Baptiste Mispelon2014-02-223-0/+19
* Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn2014-02-222-5/+5
* Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addressesErik Romijn2014-02-221-0/+7
* Fixed #21435 -- Improved error message when urlconf is empty.Baptiste Mispelon2014-02-221-2/+4
* Deprecated django.utils.text.javascript_quote.Baptiste Mispelon2014-02-222-13/+24
* Fixed test failures when running in a narrow Python build.Baptiste Mispelon2014-02-221-0/+5
* Added some tests for #21725.Baptiste Mispelon2014-02-225-0/+37