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
Age
Commit message (
Expand
)
Author
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Removed unnecessary type() calls for class methods.
Jon Dufresne
2019-02-06
Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.
Andy Chosak
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
Fixed #30157 -- Dropped support for Oracle 12.1.
Mariusz Felisiak
2019-02-06
Refs #27804 -- Used subTest() in admin_scripts invalid name tests.
Jon Dufresne
2019-02-05
Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_REDIRECT_U...
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.safestring.SafeBytes.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.functional.curry().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.six.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.decorators.available_attrs().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.lru_cache.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.test.utils.patch_logger() and str_prefix().
Tim Graham
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-02-05
Replaced manual current directory management with subprocess's cwd argument.
Jon Dufresne
2019-02-05
Removed redundant os.chdir() in RunInTmpDirMixin child classes.
Jon Dufresne
2019-02-05
Removed unused branch from SymlinkExtractorTests.test_symlink().
Jon Dufresne
2019-02-05
Removed unused RunInTmpDirMixin.rmfile().
Jon Dufresne
2019-02-04
Removed django.utils.lru_cache usage.
Tim Graham
2019-02-04
Refs #27753 -- Deprecated django.utils.http urllib aliases.
Tim Graham
2019-02-04
Fixed duplicate word in docs/releases/2.0.txt. (#10934)
Daniel Hahler
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-02-04
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
Tim Graham
2019-02-04
Refs #30055 -- Bumped minimum SQLite version in GIS docs.
Tim Graham
2019-02-04
Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...
Mariusz Felisiak
2019-02-02
Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...
Vinay Karanam
2019-02-02
Removed unused words from docs/spelling_wordlist.
Mariusz Felisiak
2019-02-01
Used extlinks for GitHub commits.
Tim Graham
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2019-01-31
Used LoginRequiredMixin in "Models and request.user" example.
Daniel Roseman
2019-01-31
Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).
Robert Coup
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
Corrected output of Prefetch.to_attr example.
Sergey Fedoseev
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2019-01-30
Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.
Carlton Gibson
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-30
Fixed E117 and F405 flake8 warnings.
Mariusz Felisiak
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
Refs #30137 -- Fixed template test on Windows.
Tim Graham
2019-01-29
Fixed typo in docs/releases/2.2.txt.
Daniel Hahler
2019-01-28
Fixed #29973 -- Added compilemessages --ignore option.
rsiemens
2019-01-28
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2019-01-28
Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...
Claude Paroz
2019-01-28
Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
[prev]
[next]