Sergey Fedoseev
|
183fb7b2b9
Fixed #28870 -- Added support for functools.partialmethod serialization in migrations.
|
7 år sedan |
Sergey Fedoseev
|
b728ab22e1
Simplified BaseModelAdmin.lookup_allowed() a bit.
|
7 år sedan |
Tzu-ping Chung
|
85e6a1c634
Fixed #28877 -- Made ordinal template filter results more localizable.
|
7 år sedan |
Nick Pope
|
1818d13de7
Added "Python 3 Only" trove classifier.
|
7 år sedan |
Tim Graham
|
4114b441ee
Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
|
7 år sedan |
Tim Graham
|
bae365e13c
Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only letters.
|
7 år sedan |
Mariusz Felisiak
|
fc48047586
Refs #28876 -- Fixed incorrect foreign key constraint name for models with quoted db_table.
|
7 år sedan |
Mariusz Felisiak
|
f79d9a322c
Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table.
|
7 år sedan |
Claude Paroz
|
f2ec896912
Removed 'development' word in contributing docs
|
7 år sedan |
Nick Pope
|
e014f91a70
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
|
7 år sedan |
Tim Graham
|
dfeb19121b
Added stub release notes for 1.11.9.
|
7 år sedan |
Igor Starikov
|
3cc08f4b2b
Fixed typo in docs/ref/models/expressions.txt.
|
7 år sedan |
Дилян Палаузов
|
87c76aa116
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
|
7 år sedan |
Дилян Палаузов
|
d2afa5eb23
Fixed #28860 -- Removed unnecessary len() calls.
|
7 år sedan |
Jozef
|
3d94ee8500
Simplified django.utils.cache.get_max_age().
|
7 år sedan |
David Szotten
|
bee4c2baed
Fixed grammer in docs/releases/2.0.txt.
|
7 år sedan |
Sergey Fedoseev
|
3922f02dc6
Fixed typo in docs/topics/testing/advanced.txt. (#9416)
|
7 år sedan |
Tim Graham
|
450c933fff
Added stub release notes for 2.0.1.
|
7 år sedan |
Tim Graham
|
7664fe2759
Refs #28871 -- Fixed admin_views selenium test failure.
|
7 år sedan |
Tim Graham
|
335aad5d91
Added release dates for 2.0 and 1.11.8.
|
7 år sedan |
Tim Graham
|
81057645f6
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.
|
7 år sedan |
Simon Charette
|
095c1aaa89
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
|
7 år sedan |
Tim Graham
|
474bd7a5d4
Used a separate admin site for autocomplete tests.
|
7 år sedan |
Sergey Fedoseev
|
cf12257db2
Fixed #28863 -- Fixed filter on annotation that contains Q.
|
7 år sedan |
Tim Graham
|
c3e0adcad8
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations.
|
7 år sedan |
Claude Paroz
|
d6859a1489
Added Kabyle language
|
7 år sedan |
Claude Paroz
|
d0932ce8fc
Updated contrib translations from Transifex
|
7 år sedan |
Claude Paroz
|
b36ed9bf92
Updated core translations from Transifex
|
7 år sedan |
Vasiliy Bolshakov
|
03974d8122
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
|
7 år sedan |
Simon Charette
|
e50add6ca1
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
|
7 år sedan |