summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-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-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-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-18Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin
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-15Removed debugging line left in previous commitClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
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
2012-07-14Switched from usign a method that was about to be deprecated to normal code.Alex Gaynor
2012-07-14Fixed auth to not use an internal implementation detail of SortedDictAlex Gaynor
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-07-14Update links to diveintomark.org.Aymeric Augustin
2012-07-12Remove some code that has been dead since newforms-admin was merged, many moo...Alex Gaynor
2012-07-10Changed `manage.py shell`'s help text to reflect that it can invoke bpython.Alex Gaynor
2012-07-10Fixed #18602 -- Improved error message when database NAME is missingClaude Paroz
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 #18590 - Reverted Python 2.4 workaround for Model picklingClaude 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-08Merge branch 'master' of github.com:django/djangoJannis Leidel
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...Jannis Leidel
2012-07-07Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...Julien Phalip