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
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-02
Refs #27795 -- Replaced force_bytes() usage in django.core.cache.
Jon Dufresne
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-31
Refs #27795 -- Replaced force_text() usage in django.core.management.
Jon Dufresne
2018-01-31
Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper().
Jon Dufresne
2018-01-30
Fixed #29065 -- Made django.core.validators only load Pillow if needed.
Collin Anderson
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-24
Fixed #28977 -- Changed local-memory cache to use LRU culling.
Grant Jenks
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-10
Fixed #29007 -- Fixed DecimalValidator crash on NaN, SNan, Inf, and Infinity ...
Fabio Bonelli
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Simplified an iterator in core.serializers.sort_dependencies().
Sergey Fedoseev
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2018-01-01
Fixed typo in TemplateCommand argument help text.
Philipp Bosch
2017-12-30
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30
Fixed #28912 -- Made EmailMessage.message() omit an empty To header.
Jon Dufresne
2017-12-30
Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it ex...
Jon Dufresne
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-12-07
Fixed #28791 -- Allowed commands that don't require settings to work if the D...
geekodour
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-10-31
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
Adam Johnson
2017-10-30
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with ...
Adam Johnson
2017-10-23
Removed Python 2 comment in ValidationError.
Tim Graham
2017-10-20
Removed redundant inner imports.
Mariusz Felisiak
2017-10-10
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...
Daniel Tao
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-27
Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...
Josh Schneier
2017-09-22
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-12
Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.
Tom
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-06
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-09-06
Fixed #28032 -- Added Paginator.get_page().
Sami J. Lehtinen
2017-09-05
Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for ...
Sergey Fedoseev
2017-09-04
Fixed #26344 -- Made EmailMessage include alternatives when the body is empty...
Igor Tokarev
2017-09-03
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file...
caleb logan
2017-08-31
Fixed #28524 -- Fixed program name in management commands when using 'python ...
Nick Pope
[next]