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-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
2019-01-17
Refs #17198 -- Detected existing total ordering in admin changelist.
Simon Charette
2019-01-16
Updated translation catalogs
Claude Paroz
2019-01-16
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
Simon Charette
2019-01-16
Fixed #20147 -- Added HttpRequest.headers.
Santiago Basulto
2019-01-16
Removed unnecessary transaction wrapping in expressions test.
Simon Charette
2019-01-16
Refs #30102 -- Added comment on use of Template without placeholders in page_...
Carlton Gibson
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-16
Refs #9475 -- Simplified dictionary unpacking.
Simon Charette
2019-01-15
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_def...
Nick Pope
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-15
Removed unexpected chars in Armenian admin translation
Claude Paroz
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-14
Fixed "lets" mistakes in docs.
David Beitey
2019-01-14
Relaxed assertions to fix GIS test failures on Oracle 18c.
Mariusz Felisiak
2019-01-14
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
Refs #28478 -- Prevented connection attempts against disallowed databases in ...
Simon Charette
2019-01-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2019-01-14
Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Moved db function mixins to a separate module.
Nick Pope
2019-01-14
Avoided calling as_oracle() for SQLite in Left database function.
Nick Pope
2019-01-14
Corrected comment in TruncTime database function.
Nick Pope
2019-01-14
Simplified overriding source expressions in some database functions.
Nick Pope
[prev]
[next]