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
/
tests
Age
Commit message (
Expand
)
Author
2019-09-25
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...
Oleg Kainov
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-25
Fixed false positive tests of Paginator.count property.
Maxim Kurnikov
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-24
Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.
Simon Charette
2019-09-23
Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...
Hasan Ramezani
2019-09-23
Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...
Ian Foote
2019-09-23
Refs #29915 -- Added tests for using pattern lookups with values without hyph...
Ian Foote
2019-09-21
Dropped obsolete mimetype kwarg in csrf test view
Claude Paroz
2019-09-20
Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...
Hasan Ramezani
2019-09-20
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
James Timmins
2019-09-19
Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repe...
Carlton Gibson
2019-09-18
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2019-09-18
Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...
Sam Reynolds
2019-09-17
Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.
Nasir Hussain
2019-09-17
Refs #30758 -- Added more tests for postgres.forms.ranges.
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
Refs #27338 -- Added tests for altering CharField with primary_key=True to Au...
Mariusz Felisiak
2019-09-11
Refs #30591 -- Fixed too long identifier crash in migrations.test_operations ...
Mariusz Felisiak
2019-09-11
Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...
Adnan Umer
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
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
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-06
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-09-05
Made SchemaTests.test_alter_db_table_case run only on backends where table na...
Hasan Ramezani
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-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-08-30
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
Alan Crosswell
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
Converted auth test to use subTest().
Carlton Gibson
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
[prev]
[next]