Andrew Godwin
|
588b523233
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 tahun lalu |
Andrew Godwin
|
1d1cfd0bd8
Document new field API in release notes
|
11 tahun lalu |
Tim Graham
|
ddae74b64c
Fixed #9057 -- Added default_permissions model meta option.
|
11 tahun lalu |
Andrew Godwin
|
de64c4d6e9
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 tahun lalu |
Marc Tamlyn
|
1c4a9bd9ad
Revert change to the default Form.clean()
|
11 tahun lalu |
Marc Tamlyn
|
fb1dd6b13a
Form.clean() does not need to return cleaned_data.
|
11 tahun lalu |
Tai Lee
|
1280675834
Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.
|
12 tahun lalu |
Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
11 tahun lalu |
Justin Michalicek
|
6d88d47be6
Fixed #20832 -- Enabled HTML password reset email
|
11 tahun lalu |
Loic Bistuer
|
ebb3e50243
Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.
|
11 tahun lalu |
Curtis Maloney
|
07876cf02b
Deprecated SortedDict (replaced with collections.OrderedDict)
|
11 tahun lalu |
Loic Bistuer
|
0bcdcc7eb9
Added ModelAdmin.get_search_fields.
|
11 tahun lalu |
Alex Couper
|
1123f45511
Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices.
|
11 tahun lalu |
Tim Graham
|
a1889397a9
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow customizing the logic policy.
|
11 tahun lalu |
Julian Bez
|
8f5533ab25
Fixed #20793 -- Added Last-Modified header to sitemaps.
|
11 tahun lalu |
Tim Graham
|
4d8ecbdfda
Fixed some ReST errors; refs #20819.
|
11 tahun lalu |
Tai Lee
|
4c6ffcf721
Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is used in production.
|
11 tahun lalu |
Jose L. Patino
|
7b57e575c9
Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles.
|
12 tahun lalu |
Tim Graham
|
d4dd55e78c
Doc tweaks for html_message parameter to send_mail(); refs #20817
|
11 tahun lalu |
Andrew Godwin
|
fddc5957c5
Implement allow_migrate for migration operations
|
11 tahun lalu |
Andrew Godwin
|
12e9804d16
Rename allow_syncdb to allow_migrate
|
11 tahun lalu |
Andrew Godwin
|
086389f5fc
Start adding schema migration into the release notes
|
11 tahun lalu |
Claude Paroz
|
fdd7a355bf
Deprecated django.utils.importlib
|
11 tahun lalu |
Justin Michalicek
|
ac09558760
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
|
11 tahun lalu |
Przemek Lewandowski
|
382c53d7d8
Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an exception).
|
12 tahun lalu |
Julien Phalip
|
0d0ccf81a0
Moved a release note that I had accidentally misplaced in bb145e2c47d71.
|
11 tahun lalu |
Julien Phalip
|
4e0ff35146
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
|
11 tahun lalu |
Loic Bistuer
|
31fadc1202
Fixed #20625 -- Chainable Manager/QuerySet methods.
|
11 tahun lalu |
Tim Graham
|
31c13a99bb
Fixed #14300 -- Fixed initial SQL location if models is a package.
|
11 tahun lalu |
Tim Graham
|
65e03a424e
Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects
|
11 tahun lalu |