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-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
Fixed #28870 -- Added support for functools.partialmethod serialization in mi...
Sergey Fedoseev
2017-12-06
Simplified BaseModelAdmin.lookup_allowed() a bit.
Sergey Fedoseev
2017-12-06
Fixed #28877 -- Made ordinal template filter results more localizable.
Tzu-ping Chung
2017-12-06
Added "Python 3 Only" trove classifier.
Nick Pope
2017-12-06
Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
Tim Graham
2017-12-06
Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...
Tim Graham
2017-12-05
Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...
Mariusz Felisiak
2017-12-05
Refs #28876 -- Fixed incorrect class-based model index name generation for mo...
Mariusz Felisiak
2017-12-05
Removed 'development' word in contributing docs
Claude Paroz
2017-12-05
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Nick Pope
2017-12-05
Added stub release notes for 1.11.9.
Tim Graham
2017-12-05
Fixed typo in docs/ref/models/expressions.txt.
Igor Starikov
2017-12-04
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
Simplified django.utils.cache.get_max_age().
Jozef
2017-12-04
Fixed grammer in docs/releases/2.0.txt.
David Szotten
2017-12-04
Fixed typo in docs/topics/testing/advanced.txt. (#9416)
Sergey Fedoseev
2017-12-02
Added stub release notes for 2.0.1.
Tim Graham
2017-12-02
Refs #28871 -- Fixed admin_views selenium test failure.
Tim Graham
2017-12-02
Added release dates for 2.0 and 1.11.8.
Tim Graham
2017-12-01
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...
Tim Graham
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
Used a separate admin site for autocomplete tests.
Tim Graham
2017-12-01
Fixed #28863 -- Fixed filter on annotation that contains Q.
Sergey Fedoseev
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-12-01
Added Kabyle language
Claude Paroz
2017-12-01
Updated contrib translations from Transifex
Claude Paroz
2017-12-01
Updated core translations from Transifex
Claude Paroz
2017-11-30
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...
Vasiliy Bolshakov
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-29
Fixed #28834 -- Followed ancestor links on field cache lookup failure.
Simon Charette
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.
Дилян Палаузов
2017-11-28
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-27
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...
Raphael Michel
2017-11-26
Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.
Mariusz Felisiak
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
[prev]
[next]