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-05
Refs #26144 -- Used proxy_for_model instead of mro inspection.
Simon Charette
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-04
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-02-04
Removed some leftover trailing commas.
Simon Charette
2016-02-01
Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Buddy Lindsey, Jr
2016-01-29
Fixed #26150 -- Sorted app_labels in migrate command output
Markus Holtermann
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-11
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-06
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-12-31
Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-12-29
Fixed typo in BaseCache.delete_many() docstring.
Matthew Madurski
2015-12-22
Fixed #25838 -- Added "python" as an interface to the shell command.
Jon Dufresne
2015-12-21
Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...
Tim Graham
2015-12-21
Fixed #25855 -- Enhanced the migration warning for runserver.
Emre Yilmaz
2015-12-18
Fixed #25063 -- Added path to makemigration's output of migration file.
Niels Van Och
2015-12-08
Fixed #25637 -- Added URLValidator hostname length validation.
Raphael Michel
2015-12-04
Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
Emre Yilmaz
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-25
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Jacek Bzdak
2015-11-20
Fixed #25779 -- Removed redundant try block in WSGIHandler
Attila Tovt
2015-11-19
Fixed #25677 -- Prevented decoding errors in/after Popen calls
Claude Paroz
2015-11-18
Removed redundant termcolors.
Tim Graham
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-11-17
Simplified lists creation in three places.
Dmitry Dygalo
2015-11-14
Refs #25501 -- Fixed a typo in django/core/cache/backends/filebased.py
Jaap Roes
2015-11-14
Made BaseCommand.get_version() docstring consistent with docs.
Baptiste Mispelon
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-31
Fixed #25635 -- Made URLValidator allow '+' in scheme.
Dheerendra Rathor
2015-10-29
Fixed #16734 -- Set script prefix even outside of requests
Claude Paroz
2015-10-29
Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...
Dheerendra Rathor
2015-10-27
Refs #17133 -- Optimized script_url handling in get_script_name
Claude Paroz
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-25
Removed hardcoded utf-8 BOM, used value from codecs instead.
Jon Dufresne
2015-10-24
Fixed #25604 -- Added makemigrations --check option.
Jon Dufresne
2015-10-23
Cached model field_names in Python Deserializer.
Andrey Kuzmin
2015-10-23
Fixed #17133 -- Properly handled successive slashes in incoming requests
Claude Paroz
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2015-10-22
Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...
Yoong Kang Lim
2015-10-20
Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...
Andrew Artajos
2015-10-18
Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
Aymeric Augustin
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-10-03
Fixed #25483 -- Allowed passing non-string arguments to call_command
Claude Paroz
[prev]
[next]