summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-161-23/+22
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-162-17/+80
* Fixed remaining test failure in jslex tests.Florian Apolloner2014-10-151-2/+2
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-1/+2
* Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz2014-10-152-25/+30
* Adapted invalid cookie test to all Python versionsClaude Paroz2014-10-141-1/+4
* Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz2014-10-131-0/+10
* Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner2014-10-121-1/+35
* Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat2014-10-102-1/+45
* Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes2014-10-101-1/+8
* Avoided requiring sqlparse for a test.Collin Anderson2014-10-091-3/+2
* Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor2014-10-091-0/+12
* Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn2014-10-091-2/+2
* Skip another test if sqlparse is not availableCollin Anderson2014-10-091-0/+1
* Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann2014-10-092-1/+109
* Fixed flake8 warning.Tim Graham2014-10-081-1/+0
* Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes2014-10-081-0/+39
* Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov2014-10-082-1/+40
* Fixed misplaced test case.Loic Bistuer2014-10-081-59/+59
* Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer2014-10-082-1/+100
* Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne2014-10-071-0/+7
* Refactored model lookup tests; refs #18586.Browniebroke2014-10-071-144/+134
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...Tim Graham2014-10-061-0/+21
* Merge pull request #3308 from aericson/ticket_22064Carl Meyer2014-10-061-0/+67
|\
| * Fixed #22064 -- Add check for related_nameAndré Ericson2014-10-041-0/+67
* | Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-071-0/+23
* | Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann2014-10-061-0/+11
* | Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle2014-10-063-1/+16
|/
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-022-0/+32
* Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann2014-10-021-0/+81
* Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.Seth Hill2014-09-301-1/+42
* Fixed flake8 warnings.Tim Graham2014-09-301-0/+3
* Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford2014-09-301-0/+31
* Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter2014-09-291-3/+26
* Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny2014-09-292-1/+43
* Fixed flake8 warnings.Tim Graham2014-09-293-3/+3
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-2916-61/+61
* Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger2014-09-272-11/+12
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-262-13/+7
* Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.Loic Bistuer2014-09-271-0/+5
* Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt2014-09-261-0/+15
* Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny2014-09-262-1/+19
* Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...Markus Holtermann2014-09-251-0/+14
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-261-274/+291
* Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann2014-09-251-0/+41
* Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu2014-09-251-2/+24
* Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...Tim Graham2014-09-244-54/+0
* Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham2014-09-241-30/+65
* Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann2014-09-241-3/+15
* Fixed flake8 warnings.Tim Graham2014-09-241-0/+1