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-01-28
Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-28
Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...
Tim Graham
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-27
Refs #23919 -- Replaced codecs.open() with open().
Jon Dufresne
2019-01-27
Fixed typo in docs/ref/request-response.txt.
Sergey Fursov
2019-01-26
Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexis...
Jon Dufresne
2019-01-25
Fixed grammar in FakePayload exception message.
Jon Dufresne
2019-01-23
Completed test coverage for utils.text._replace_entity().
Hasan Ramezani
2019-01-23
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Nick Pope
2019-01-23
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
Nick Pope
2019-01-23
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...
Nick Pope
2019-01-23
Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
Tim Graham
2019-01-22
Fixed #30115 -- Fixed SQLite introspection crash with a varchar primary key.
Nick Pope
2019-01-22
Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.
Nick Pope
2019-01-22
Inlined DatabaseIntrospection._table_info() for SQLite.
Nick Pope
2019-01-22
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...
Nasir Hussain
2019-01-21
Made assertOptimizesTo() more strict in migrations tests.
Vytis Banaitis
2019-01-21
Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().
Simon Charette
2019-01-21
Tested Model.set_FOO_order() with an unrelated object.
Tim Graham
2019-01-21
Corrected GenericRelation's related_query_name manual lookup example.
Pavel Savchenko
2019-01-21
Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Jon Dufresne
2019-01-21
Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
Simon Charette
2019-01-19
Completed test coverage for utils.text.Truncator.chars().
Hasan Ramezani
2019-01-19
Removed redundant period in Watchman unavailable message.
Tom Forbes
2019-01-19
Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
Mariusz Felisiak
2019-01-18
Removed template_cache attribute from cached template loader.
Tom Forbes
2019-01-18
Optimized Oracle PKs introspection by adding get_primary_key_column().
Mariusz Felisiak
2019-01-18
Fixed #30107 -- Removed unused dirs variable from cache template loader keys.
Tim Graham
2019-01-17
Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
Tim Graham
2019-01-17
Fixed typo in QuerySet.bulk_update documentation (#10859)
Day Barr
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2019-01-17
Advanced deprecation warnings for Django 3.0.
Tim Graham
2019-01-17
Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.
Tim Graham
2019-01-17
Refs #27991 -- Made obj a required argument of InlineModelAdmin.has_add_permi...
Tim Graham
2019-01-17
Refs #21221 -- Removed staticfiles and admin_static template tag libraries.
Tim Graham
2019-01-17
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
Tim Graham
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2019-01-17
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest()...
Tim Graham
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-17
Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.
Tim Graham
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2019-01-17
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
Tim Graham
2019-01-17
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-17
Added stub release notes for 3.0.
Tim Graham
2019-01-17
Bumped version; master is now 3.0 pre-alpha.
Tim Graham
2019-01-17
Removed empty sections from 2.2 release notes.
Carlton Gibson
2019-01-17
Updated man page for Django 2.2 alpha.
Carlton Gibson
[prev]
[next]