index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-24
Stopped converting match dict keys to bytestrings when resolving URLs.
Claude Paroz
2012-05-20
Imported reduce from functools for forward compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-05-18
Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible
Claude Paroz
2012-05-15
Fixed #18019 -- Use threaded runserver only when database supports it.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Used io.BytesIO also for ContentFile.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-05-01
Skip model validation when models are known good.
Anssi Kääriäinen
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-29
Made table_names() output sorted.
Anssi Kääriäinen
2012-04-27
Updated compilemessages and makemessages management commands to change SVN->G...
Adrian Holovaty
2012-04-27
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...
Claude Paroz
2012-04-26
Removed direct print statements from django management commands.
Claude Paroz
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-04-05
Fixed #15644 -- Improved Django File wrapper to support more file-like object...
Claude Paroz
2012-03-31
Removed some more useless code related to the verify_exists removal.
Claude Paroz
2012-03-31
Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
Removed deprecated copy of PermWrapper and PermLookupDict from django.core.co...
Aymeric Augustin
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-29
Fixed #17811 -- Added connection parameter in call to EmailMessage from send_...
Claude Paroz
2012-03-29
Fixed #17947 -- Fixed language restore after management command even when exc...
Claude Paroz
2012-03-21
Fixed #17920 -- Actually pass the full path of a newly created project or app...
Jannis Leidel
2012-03-12
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-03-10
Fixed #17820 -- Fixed more occurrences of redundant handling of management co...
Ramiro Morales
2012-03-03
Fixed #17717 (again) -- Used the new API for concrete models added in r17573....
Jannis Leidel
2012-03-03
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...
Jannis Leidel
2012-03-02
Added missing newline to makemessages output. Thanks Florian Apolloner for re...
Carl Meyer
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-02-23
Cleanup to use get_random_string consistently.
Paul McMillan
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-17
Fixed missing periods in django-admin help for startproject from [17432]
Adrian Holovaty
2012-02-11
Fixed #17676 -- Fixed introspection of column names that start with digit(s).
Ramiro Morales
2012-02-10
Fixed the exception handling when deserializing via generators on Python 2.5 ...
Jannis Leidel
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
[prev]
[next]