summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22[py3] Switched to Python 3-compatible introspection.Aymeric Augustin
2012-07-22[py3] Used six.with_metaclass wherever necessary.Aymeric Augustin
2012-07-22[py3] Exception aren't iterable in Python 3.Aymeric Augustin
2012-07-22[py3] Used six.reraise wherever necessary.Aymeric Augustin
2012-07-22[py3] Fixed django.utils.six.moves.Aymeric Augustin
2012-07-22[py3] Bundled six for Python 3 compatibility.Aymeric Augustin
2012-07-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-21Made LiveServerTestCase to restore state on exit.Ramiro Morales
2012-07-21Fixed an `except` statement to be Python3-compatible. Thanks to charettes for...Julien Phalip
2012-07-21Removed u prefix on a unicode string.Aymeric Augustin
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-21Fixed #18395 -- Reset language-related global variables with setting_changedClaude Paroz
2012-07-20Switched to octal notation (bis).Aymeric Augustin
2012-07-20Switched to Python 3-compatible octal notation.Aymeric Augustin
2012-07-20Removed u prefixes on unicode strings.Aymeric Augustin
2012-07-19Fixed #18504 -- Computed |naturalday in local time.Aymeric Augustin
2012-07-19Fixed #18608 -- Reduced monkey-patching in tests.Aymeric Augustin
2012-07-18Fixed #18479 -- Stopped makemessages raising error on gettext warningsClaude Paroz
2012-07-18Fix typo in staticfiles app documentationAndy Dirnberger
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-18Moved myself to primary authors in AUTHORS.Florian Apolloner
2012-07-18Update my bio.Alex Gaynor
2012-07-18Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin
2012-07-18Updated my bio.Jannis Leidel
2012-07-18Added myself to internals/committers.txt.Florian Apolloner
2012-07-17Fixed #18547 -- Improved error message when gettext is missingClaude Paroz
2012-07-17Fixed #18561 -- Made HttpResponse.tell() support non-ascii charsClaude Paroz
2012-07-17Merge pull request #215 from mgrouchy/add-interpreter-optionsAlex Gaynor
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-17Fixed #18644 -- Made urlize trim trailing period followed by parenthesisVebjorn Ljosa
2012-07-17Switched to use a more idiomatic construct.Alex Gaynor
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-17Fixed #17497 -- Corrected FieldError message in add_fields()Anssi Kääriäinen
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-07-16Fixed #18056 - Cleared aggregations on DateQuery.add_date_selectNuno Maltez
2012-07-15Changed myapps.models.py to myapps/models.pyDaniel Greenfeld
2012-07-15Added mention in MRO section about method/attribute inheritence. Added simple...Daniel Greenfeld
2012-07-15Removed debugging line left in previous commitClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-15Avoid using a column named "date" in testsAnssi Kääriäinen
2012-07-15Fixed #18626 -- rst syntax collision.Aymeric Augustin
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-14Remove DotExpandedDict, which was undocumented and unused.Alex Gaynor
2012-07-14Fix an incredibly emberassing typo.Alex Gaynor
2012-07-14Deprecate two methods (which I seriously doubt anyone ever used, but they wer...Alex Gaynor