summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-07-25Fixed #18634 -- Don't escape variables in the context for startproject/startapp.Marc Tamlyn
2012-07-25Merge pull request #216 from ljosa/ticket_18644Florian Apolloner
2012-07-25Made staticfiles tests independent of test execution order.Florian Apolloner
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-07-24Added tests for deprecation warnings and fixed the argument order for the war...Alex Gaynor
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-21Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva...Julien Phalip
2012-07-21Re-added Windows line ending stripped in previous commitClaude Paroz
2012-07-21Fixed #4680 -- Improved initial_sql parsingClaude Paroz
2012-07-20Switched to Python 3-compatible octal notation.Aymeric Augustin
2012-07-20Removed u prefixes on unicode strings.Aymeric Augustin
2012-07-18Fixed #18479 -- Stopped makemessages raising error on gettext warningsClaude Paroz
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-17Fixed #18561 -- Made HttpResponse.tell() support non-ascii charsClaude Paroz
2012-07-17Fixed #18644 -- Made urlize trim trailing period followed by parenthesisVebjorn Ljosa
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-15Avoid using a column named "date" in testsAnssi Kääriäinen
2012-07-14Remove DotExpandedDict, which was undocumented and unused.Alex Gaynor
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-07-09Added supplementary check for CUIT number of ar localflavorClaude Paroz
2012-07-09Fixed #18537 -- Fixed CUIT calculation in ar localflavorClaude Paroz
2012-07-08Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...Jannis Leidel
2012-07-08Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...Jannis Leidel
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...Jannis Leidel
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-07-06Used skipIf decorator to skip image tests when PIL is not availableClaude Paroz
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Stylistic cleanup of Postgres autocommit testsAnssi Kääriäinen
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-07-01Fixed a regression introduced in where.as_sql() refactorAnssi Kääriäinen
2012-07-01Fixed #16047 -- Restore autocommit state correctly on psycopg2Anssi Kääriäinen
2012-07-01Refactored the empty/full result logic in WhereNode.as_sql()Anssi Kääriäinen
2012-06-30Removed usage of mimetype kwarg of HttpResponseClaude Paroz
2012-06-30Fixed #18102 -- Defined min/max_length on French localflavor form fieldsClaude Paroz
2012-06-28Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz
2012-06-26Fixed #18465 -- Set date formats correctly on OracleJosh Smeaton
2012-06-26Fixed #18515 -- Conditionally regenerated filename in FileField validationClaude Paroz
2012-06-26Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen
2012-06-24Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keysClaude Paroz
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2012-06-23Fixed #18454 -- Added ability to pass a list of signals to `receiver`.Dmitry Medvinsky
2012-06-22Fixed #17776 - DoesNotExist is not picklableLuke Plant
2012-06-19Removed unneeded u prefixesClaude Paroz