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
Age
Commit message (
Expand
)
Author
2019-09-17
Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.
Nasir Hussain
2019-09-16
Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.
Hasan Ramezani
2019-09-16
Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...
Simon Charette
2019-09-12
Increased the default PBKDF2 iterations for Django 3.1.
Carlton Gibson
2019-09-11
Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...
Adnan Umer
2019-09-11
Used Statement in PostGISSchemaEditor._create_index_sql().
Mads Jensen
2019-09-10
Advanced deprecation warnings for Django 3.1.
Mariusz Felisiak
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2019-09-10
Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...
Mariusz Felisiak
2019-09-10
Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...
Mariusz Felisiak
2019-09-10
Refs #28606 -- Removed CachedStaticFilesStorage per deprecation timeline.
Mariusz Felisiak
2019-09-10
Refs #29703 -- Removed QuerySetPaginator alias per deprecation timeline.
Mariusz Felisiak
2019-09-10
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...
Mariusz Felisiak
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-09-10
Bumped version; master is now 3.1 pre-alpha.
Mariusz Felisiak
2019-09-10
Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.
Simon Charette
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...
Johannes Hoppe
2019-09-09
Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-09-08
Updated translation catalogs
Claude Paroz
2019-09-06
Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...
Mariusz Felisiak
2019-09-06
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-09-05
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-09-04
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
Nasir Hussain
2019-09-03
Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...
Viktor Lomakin
2019-09-03
Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.
Johannes Hoppe
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-09-02
Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.
Simon Charette
2019-09-02
Refs #28442 -- Adjusted related lookups handling of expression rhs.
Simon Charette
2019-09-02
Refs #29379 -- Moved autocomplete attribute to UsernameField.
Nick Pope
2019-08-30
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
Alan Crosswell
2019-08-30
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-08-29
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...
Mariusz Felisiak
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-28
Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().
Jon Dufresne
2019-08-27
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
Federico Jaramillo Martínez
2019-08-27
Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
Andrew Brown
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-08-26
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-26
Refs #23919 -- Replaced super(ASGIHandler, self) with super().
Jon Dufresne
2019-08-23
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
Simon Charette
2019-08-23
Fixed #30507 -- Updated admin's jQuery to 3.4.1.
Dulmandakh
[prev]
[next]