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-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
2017-08-24
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
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
[prev]
[next]