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
2016-02-18
[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2015-12-31
[1.8.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-12-29
[1.8.x] Fixed typo in BaseCache.delete_many() docstring.
Matthew Madurski
2015-11-25
[1.8.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...
Jacek Bzdak
2015-10-29
[1.8.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots...
Dheerendra Rathor
2015-10-25
[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-10-19
[1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...
Aymeric Augustin
2015-09-21
[1.8.x] Corrected docstring in core.urlresolvers module.
Matt Deacalion Stevens
2015-09-16
[1.8.x] Fixed typo in django/core/cache/backends/base.py docstring.
Matthew Crowson
2015-09-15
[1.8.x] Added upgrade tip in BaseCommand.option_list deprecation comment.
Daniel Hahler
2015-09-09
[1.8.x] Fixed #25372 -- Fixed autocompletion for options of non-argparse comm...
Daniel Hahler
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-07
[1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...
mlavin
2015-08-01
[1.8.x] Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-07-22
[1.8.x] Fixed import order in django/core/serializers/json.py
Tim Graham
2015-07-14
[1.8.x] Fixed #25123 -- Corrected makemessages --extension help text
Cesar Canassa
2015-07-13
[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settin...
Daniel Roseman
2015-07-10
[1.8.x] Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
2015-07-08
[1.8.x] Fixed catastrophic backtracking in URLValidator.
Shai Berger
2015-07-08
[1.8.x] Prevented newlines from being accepted in some validators.
Tim Graham
2015-07-06
[1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidator
Alexey Sveshnikov
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-06-09
[1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for be...
Rivo Laks
2015-05-01
[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
daphshez
2015-04-14
[1.8.x] Added missing periods in migrate help messages.
Joe Borg
2015-04-04
[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsing
Claude Paroz
2015-04-02
[1.8.x] Fixed typo in django.core.files.File docstring.
Matt Hooks
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
[next]