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
2013-09-19
Fixed #21125 -- Removed support for cache URI syntax
Curtis Maloney
2013-09-17
Fixed #21115 -- Fixed NameError in migrate --list command
Markus Holtermann
2013-09-14
Fixed #21097 - Added DatabaseFeature.can_introspect_autofield
Michael Manfre
2013-09-11
Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.
Michael Manfre
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files.
John Hensley
2013-09-10
Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...
homm
2013-09-07
Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.
Aymeric Augustin
2013-09-07
Minor cleanup in the WSGI handler.
Aymeric Augustin
2013-09-07
Refactored the unmangling of the WSGI environ.
Aymeric Augustin
2013-09-07
Moved two WSGI-specific functions to the WSGI handler.
Aymeric Augustin
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Merge pull request #1566 from adamsc64/ticket_11857
Russell Keith-Magee
2013-09-06
Fixed Python 3 syntax error introduced in [c72392da]
Tim Graham
2013-09-06
Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...
Russell Keith-Magee
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
2013-09-06
Add -l alias for migrate --list
Andrew Godwin
2013-09-06
Moved get_serializer() call in dumpdata command.
Roberto Aguilar
2013-09-06
Added yaml directly into BUILTIN_SERIALIZERS.
Roberto Aguilar
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Fixed #21043 -- Made resolve() handle reverse_lazy objects.
Dan Johnson
2013-09-06
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
Christopher Adams
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-09-06
Fixed #20977 -- Fixed writing migrations to disk on Python 3
Markus Holtermann
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-09-03
Fixed #21026 -- Corrected help for manage.py test command.
Carl Meyer
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-31
Fixed #13182 -- Prevented trailing spaces in indented json output
Claude Paroz
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-24
Fixed #20814 -- Improved model field accessor clash error messages
Christopher Medrela
2013-08-21
Only create the migration directory once per app
Andrew Godwin
2013-08-21
Fixed #12422 -- Don't override global email charset behavior for utf-8.
Ramiro Morales
2013-08-21
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
Ramiro Morales
2013-08-21
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-21
Change autodetector changes API to be just one method
Andrew Godwin
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-08-12
Use DEFAULT_DB_ALIAS
Andrew Godwin
2013-08-12
Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting
Mel Collins
2013-08-10
Add clarifying comment
Andrew Godwin
2013-08-10
Print all bad apps passed to makemigrations, not just the first one.
Andrew Godwin
2013-08-09
Remove other color_style override
Andrew Godwin
2013-08-09
utils.importlib is deprecated
Andrew Godwin
2013-08-09
Remove useless override of self.style
Andrew Godwin
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-30
Added support for IPython.start_ipython in shell
MinRK
[prev]
[next]