index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit 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-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-07-21
Made LiveServerTestCase to restore state on exit.
Ramiro Morales
2012-07-21
Fixed an `except` statement to be Python3-compatible. Thanks to charettes for...
Julien Phalip
2012-07-21
Removed u prefix on a unicode string.
Aymeric Augustin
2012-07-21
Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva...
Julien Phalip
2012-07-21
Fixed #4680 -- Improved initial_sql parsing
Claude Paroz
2012-07-21
Fixed #18395 -- Reset language-related global variables with setting_changed
Claude Paroz
2012-07-20
Switched to octal notation (bis).
Aymeric Augustin
2012-07-20
Switched to Python 3-compatible octal notation.
Aymeric Augustin
2012-07-19
Fixed #18504 -- Computed |naturalday in local time.
Aymeric Augustin
2012-07-19
Fixed #18608 -- Reduced monkey-patching in tests.
Aymeric Augustin
2012-07-18
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Claude Paroz
2012-07-18
BaseCache now has a no-op close method as per ticket #18582
Mike Grouchy
2012-07-18
Fixed #18645 -- Clarified filesizeformat implementation
Aymeric Augustin
2012-07-17
Fixed #18547 -- Improved error message when gettext is missing
Claude Paroz
2012-07-17
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
Claude Paroz
2012-07-17
Merge pull request #215 from mgrouchy/add-interpreter-options
Alex Gaynor
2012-07-17
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
2012-07-17
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis
Vebjorn Ljosa
2012-07-17
Switched to use a more idiomatic construct.
Alex Gaynor
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-17
Fixed #17497 -- Corrected FieldError message in add_fields()
Anssi Kääriäinen
2012-07-16
Fixed #3881 -- skip saving session when response status is 500
Anssi Kääriäinen
2012-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-07-15
Removed debugging line left in previous commit
Claude Paroz
2012-07-15
Dropped support for GDAL < 1.5
Claude Paroz
2012-07-14
Remove DotExpandedDict, which was undocumented and unused.
Alex Gaynor
2012-07-14
Fix an incredibly emberassing typo.
Alex Gaynor
2012-07-14
Deprecate two methods (which I seriously doubt anyone ever used, but they wer...
Alex Gaynor
2012-07-14
Switched from usign a method that was about to be deprecated to normal code.
Alex Gaynor
2012-07-14
Fixed auth to not use an internal implementation detail of SortedDict
Alex Gaynor
2012-07-14
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-07-14
Update links to diveintomark.org.
Aymeric Augustin
2012-07-12
Remove some code that has been dead since newforms-admin was merged, many moo...
Alex Gaynor
2012-07-10
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-07-10
Fixed #18602 -- Improved error message when database NAME is missing
Claude Paroz
2012-07-09
Added supplementary check for CUIT number of ar localflavor
Claude Paroz
2012-07-09
Fixed #18537 -- Fixed CUIT calculation in ar localflavor
Claude Paroz
2012-07-08
Fixed #18590 - Reverted Python 2.4 workaround for Model pickling
Claude Paroz
2012-07-08
Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...
Jannis Leidel
2012-07-08
Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...
Jannis Leidel
2012-07-08
Merge branch 'master' of github.com:django/django
Jannis Leidel
2012-07-08
Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...
Jannis Leidel
2012-07-07
Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...
Julien Phalip
[prev]
[next]