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-04-13
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...
Krisjanis Vaiders
2019-04-13
Fixed #25941 -- Improved error message for runtests.py when django is not on ...
Thomas Allison
2019-04-13
Fixed #30363 -- Do not use exponential notation for small decimal numbers.
Sjoerd Job Postmus
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-04-08
Fixed #30330 -- Fixed setting of primary key to None during fast-delete.
Florian Apolloner
2019-04-08
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...
Ran Benita
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-06
Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...
Simone Pellizzari
2019-04-06
Refs #26067 -- Added more tests for ordering in StringAgg.
Simone Pellizzari
2019-04-05
Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...
Mariusz Felisiak
2019-04-05
Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...
Nick Pope
2019-04-05
Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...
Nick Pope
2019-04-04
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-04-03
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...
belegnar
2019-04-03
Refs #30302 -- Added more tests for forms.model_to_dict().
belegnar
2019-04-01
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...
Mariusz Felisiak
2019-04-01
Used QuerySet.bulk_create() in lookup.tests.
JangHyukJin
2019-03-30
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...
Tim Graham
2019-03-30
Made startapp/project's overlaying error message use 'app' or 'project'.
oliver
2019-03-30
Refs #29697 -- Added test for excluding m2m intermediary table.
can
2019-03-29
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...
pmisteli
2019-03-29
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
sage
2019-03-28
Fixed #30241 -- Added more system checks of translation settings.
Nick Pope
2019-03-28
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
Nick Pope
2019-03-28
Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.
sage
2019-03-28
Refs #18726 -- Added test for excluding circular related fields with F() expr...
Mariusz Felisiak
2019-03-27
Fixed #28621 -- Fixed crash of annotations with OuterRef.
Mariusz Felisiak
2019-03-25
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2019-03-25
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
Hasan Ramezani
2019-03-25
Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...
Hasan Ramezani
2019-03-24
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-03-23
Removed redundant model field choices tests.
Matthias Kestenholz
2019-03-23
Fixed #30246 -- Reused annotation aliases references in aggregation filters.
Simon Charette
2019-03-23
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
Simon Charette
2019-03-23
Refs #30188 -- Prevented double annotation of subquery when aggregated over.
Simon Charette
2019-03-23
Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.
Simon Charette
2019-03-23
Fixed #21703 -- Fixed a crash when excluding a related field with a F().
Simon Charette
2019-03-22
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
Ryan J Schave
2019-03-22
Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
Matthias Kestenholz
2019-03-22
Fixed #30271 -- Added the Sign database function.
Nick Pope
2019-03-21
Refs #27149 -- Moved subquery expression resolving to Query.
Simon Charette
2019-03-21
Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.
Simon Charette
2019-03-21
Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
Simon Charette
2019-03-21
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
2019-03-21
Used QuerySet.bulk_create() in a couple of postgres tests.
oliver
2019-03-21
Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
birthdaysgift
2019-03-21
Used a picklable argument for a subTest.
Carlton Gibson
2019-03-21
Fixed #29956 -- Allowed overriding an order field widget in formsets.
Hasan Ramezani
2019-03-20
Corrected settings names in SecurityMiddleware tests.
Nick Pope
2019-03-20
Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...
Nick Pope
[prev]
[next]