summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-10-19Fixed #23684 -- Used correct package name for Pillow in Error hint.Nicholas Serra
2014-10-19Fixed #21196 -- Removed index on test field causing MySQL specific warning.Thomas Chaumeny
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-16Minor cleanup in the check_framework test package.Loic Bistuer
2014-10-16Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny
2014-10-16Fixed #23659 -- Kept annotate() args orderingClaude Paroz
2014-10-15Fixed a flake8 warning.Simon Charette
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-15Fixed remaining test failure in jslex tests.Florian Apolloner
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-10-15Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz
2014-10-14Adapted invalid cookie test to all Python versionsClaude Paroz
2014-10-13Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-12Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner
2014-10-10Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-10Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes
2014-10-09Avoided requiring sqlparse for a test.Collin Anderson
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-10-09Skip another test if sqlparse is not availableCollin Anderson
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-10-08Fixed flake8 warning.Tim Graham
2014-10-08Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes
2014-10-08Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov
2014-10-08Fixed misplaced test case.Loic Bistuer
2014-10-08Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer
2014-10-07Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne
2014-10-07Refactored model lookup tests; refs #18586.Browniebroke
2014-10-06Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...Tim Graham
2014-10-06Merge pull request #3308 from aericson/ticket_22064Carl Meyer
2014-10-07Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer
2014-10-06Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann
2014-10-06Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
2014-09-30Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.Seth Hill
2014-09-30Fixed flake8 warnings.Tim Graham
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-09-29Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny
2014-09-29Fixed flake8 warnings.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-09-27Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.Loic Bistuer
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt