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
2017-11-24
Removed unused words from docs/spelling_wordlist.
Mariusz Felisiak
2017-11-24
Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.
Sergey Fedoseev
2017-11-23
Linked to prefetch_related_objects func in DB optimization docs.
Luke Plant
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-22
Fixed typo in docs/topics/forms/media.txt.
Hyunwoo Park
2017-11-21
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...
Yan Mitrofanov
2017-11-21
Clarified who the AdminEmailHandler emails.
Frédéric Massart
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-21
Added assertion helpers for PostgreSQL's server-side cursor tests.
Tim Graham
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-18
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-11-18
Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
Chris Lamb
2017-11-17
Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.
Benjamin Bach
2017-11-17
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Tim Graham
2017-11-17
Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...
Tim Graham
2017-11-17
Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV.
Chris Lamb
2017-11-16
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Tim Graham
2017-11-16
Fixed #28796 -- Doc'd backwards incompatibility when reverse() receives bytes...
Tim Graham
2017-11-15
Updated main translation catalog
Claude Paroz
2017-11-15
Fixed test failures due to ordering differences on PostgreSQL 10.
Tim Graham
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
Fixed invalid escape sequence warning in check_framework test.
Tim Graham
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddlew...
Tim Graham
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-13
Used BaseSimpleSerializer for serializing str and bytes in migrations.
Sergey Fedoseev
2017-11-13
Simplified choices iterators in tests.model_fields.models.
Sergey Fedoseev
2017-11-12
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-11-11
Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.
Tim Graham
2017-11-11
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...
shanghui
2017-11-11
Simplified Field.get_choices().
Sergey Fedoseev
2017-11-11
Removed unneeded iter() call in IfNode.nodelist.
Sergey Fedoseev
2017-11-09
Fixed #28777 -- Clarified the docs for admin.register's args.
Tim Graham
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-08
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...
shanghui
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-11-08
Refs #28593 -- Updated old class names in comments following URL routing chan...
Andrei Fokau
2017-11-07
Fixed #28585 -- Calculated admin's change form multipart context variable fro...
Claude Paroz
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-11-07
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
Imran Iqbal
2017-11-07
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...
Claude Paroz
2017-11-07
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Tim Graham
2017-11-07
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-11-07
Refs #28518 -- Improved performance of assigning values to GeometryFields.
Sergey Fedoseev
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-07
Fixed typo in docs/topics/db/aggregation.txt.
Tim Graham
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
Tim Graham
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
[prev]
[next]