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
2015-04-01
[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessages
Claude Paroz
2015-03-21
[1.8.x] Fixed #24500 -- Fixed makemessages encoding problems retrieving gette...
Pakal
2015-03-16
[1.8.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...
John Giannelos
2015-02-22
[1.8.x] Fixed a few uses of Template that relied on a default engine.
Aymeric Augustin
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-19
[1.8.x] Fixed typo in django.core.servers.basehttp message.
Alex Vidal
2015-02-17
[1.8.x] Refs #24324 -- Fixed makemessages crash when Django is installed in a...
Tim Graham
2015-02-17
[1.8.x] Refs #24324 -- Fixed management command discovery on non-ASCII paths.
Tim Graham
2015-02-13
[1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of forei...
Andriy Sokolovskiy
2015-02-13
[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Removed unused import
Claude Paroz
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-12
Fixed #24129 -- Added indicator that migrations are rendering the initial state
Markus Holtermann
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2015-01-07
Fixed #24073 -- Deactivated translations when leave_locale_alone is False
Claude Paroz
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2015-01-06
Fixed gettext version regex
Claude Paroz
2015-01-05
Refs #23359 -- Removed double newline from output of migrate --list
Markus Holtermann
2015-01-05
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
Show migration elapsed time when verbosity>1
Claude Paroz
2015-01-02
Fixed #24069 -- Made ServerHandler a new style class to fix super() call.
Andreas Pelme
2014-12-31
Fixed #23366 -- Fixed a crash with the migrate --list command.
Tim Graham
2014-12-31
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Markus Holtermann
2014-12-29
Fixed breakage by 6fb9dee4 under Python2+Windows.
Ramiro Morales
2014-12-29
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-29
Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Ramiro Morales
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-26
Replaced sqlall in some bash_completion/admin_scripts tests.
Tim Graham
2014-12-26
Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.
Tim Graham
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-24
Removed shutil.copystat copied from stdlib (added to support an old Python?).
Tim Graham
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-23
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-12-18
Fixed #23788 (2) -- Improved gettext version checker
Claude Paroz
2014-12-16
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-02
Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Andriy Sokolovskiy
2014-11-28
Fixed #4444 - Made runserver suppress 'broken pipe' errors
Matthew Somerville
2014-11-28
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-28
Fixed #23910 -- Added reply_to parameter to EmailMessage
Martin Blech
2014-11-27
Fixed #23924 -- Made EmailMessage raise TypeError for type checks
Martin Blech
[next]