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
2017-08-23
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-08-21
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-08-12
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
2017-08-09
Fixed argument name in call_command() docstring.
Raúl Pedro Fernandes Santos
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-26
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-14
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Tim Graham
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-06
Fixed #27670 -- Prevented shell crash on error in .pythonrc.
Peter Inglesby
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-20
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-06-13
Fixed #28284 -- Prevented Paginator's unordered object list warning from eval...
orf
2017-06-07
Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.
Arne de Laat
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name
Claude Paroz
2017-06-05
Refs #27795 -- Removed force_text() usage in serialization framework
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-31
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Derrick Jackson
2017-05-30
DRY'd startapp and startproject management commands.
Adam Johnson
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Replaced some map() and filter() calls with generators.
Tom
2017-05-27
Fixed #27881 -- Added diffsettings --output option.
Chris Lamb
2017-05-26
Fixed #27978 -- Allowed loaddata to read data from stdin.
Pavel Kulikov
2017-05-25
Made RegexValidator's inverse_match logic clearer.
Edward D'Souza
2017-05-22
Fixed #28015 -- Added makemessages --add-location option.
Ling-Xiao Yang
2017-05-20
Refs #16850 -- Removed obsolete simplejson support in JSON serializer.
Tim Graham
2017-05-14
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
Claude Paroz
2017-04-27
Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Refs #23919 -- Removed File's Python 2 proxied methods.
Josh Schneier
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-22
Fixed #28109 -- Corrected the stack level of unordered queryset pagination wa...
Simon Charette
2017-04-07
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachme...
kalombo
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
Fixed #27848 -- Prevented crash when attaching a .eml file to a message
Claude Paroz
2017-03-23
Fixed #27952 -- Added translation hint for RegexValidator error message.
Paul
2017-03-21
Fixed #27945 -- Clarified that RegexValidator searches with the regex.
seanfagan
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-03
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...
Tim Graham
2017-02-28
Clarified HMAC usage in signing.dumps() docstring.
Blake Griffith
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-24
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-24
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Chris Lamb
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
[prev]
[next]