Jacob Kaplan-Moss
|
5366aa96fe
Fixed #10258: handle duplicate file names better.
|
преди 15 години |
Joseph Kocherhans
|
43b47a87d3
Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks, coleifer.
|
преди 15 години |
Joseph Kocherhans
|
ea3853e8d2
Fixed #12878. Formset-wide errors are now rendered properly as html.
|
преди 15 години |
Jannis Leidel
|
c8fa110093
Fixed #6298 - Added sample settings file to run the Django test suite (SQLite). Thanks, Eric Holscher.
|
преди 15 години |
Jannis Leidel
|
2164e138e3
Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy, Ramiro Morales and Yann Malet.
|
преди 15 години |
Joseph Kocherhans
|
6ba5fb3728
Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding against it in ModelForms. Thanks, andrewsk.
|
преди 15 години |
Joseph Kocherhans
|
c05de31d75
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
|
преди 15 години |
Joseph Kocherhans
|
65b451ae3e
Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks, s.angel@twidi.com for the initial patch, and Alex Gaynor for the tests.
|
преди 15 години |
Joseph Kocherhans
|
3f443363f9
Fixed #11681. Fixed display of non_field_errors and non_form_errors in the admin. Thanks, nessita.
|
преди 15 години |
Joseph Kocherhans
|
fd233f40d1
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError.
|
преди 15 години |
Joseph Kocherhans
|
7352238e16
Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.
|
преди 15 години |
Joseph Kocherhans
|
0f1769555e
Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks, Alex Gaynor.
|
преди 15 години |
Joseph Kocherhans
|
f2d5582c53
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
|
преди 15 години |
Joseph Kocherhans
|
10b1871441
Fixed #12888. Fixed a typo in some related object error messages. Thanks, nessita.
|
преди 15 години |
Justin Bronn
|
06a880f730
Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. Thanks, rctay and unbracketed.
|
преди 15 години |
Justin Bronn
|
bca753e283
Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin for ticket and Derek Willis for patch.
|
преди 15 години |
Joseph Kocherhans
|
8da76ffeaa
Fixed #12285. ModelForm raises a more informative error if it doesn't have a model class defined. Thanks, tobias.
|
преди 15 години |
Joseph Kocherhans
|
7aeb37d610
Fixed #12707. Admin action messages are no longer displayed when submitting list_editable content. Thanks, copelco.
|
преди 15 години |
Joseph Kocherhans
|
871a99c948
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect differences between None and False. Thanks, matiasb.
|
преди 15 години |
Russell Keith-Magee
|
f9c8615e1f
Fixed #12799 -- Added an extra newline to help with PDF generation of documentation. Thanks to Ivan Savov for the report.
|
преди 15 години |
Russell Keith-Magee
|
5825fb63b4
Fixed #12800 -- Clarified the text describing the palettes available to django-admin.py, and when they will be used. Thanks to rasmus and Karen Tracey for the report.
|
преди 15 години |
Russell Keith-Magee
|
a555df4c06
Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Thanks to Ramiro Morales for the report and patch.
|
преди 15 години |
Russell Keith-Magee
|
c306b78150
Fixed #12859 -- Clarified the documentation on using multiple tables with .update() calls. Thanks to dwillis for the report.
|
преди 15 години |
Russell Keith-Magee
|
745b89f6e1
Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report.
|
преди 15 години |
Russell Keith-Magee
|
df5e1f7860
Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for the report.
|
преди 15 години |
Russell Keith-Magee
|
c646b99453
No, really this time -- corrected the warning message from r12510.
|
преди 15 години |
Russell Keith-Magee
|
ea695f8668
Cleaned up the warning message introduced by r12510.
|
преди 15 години |
Russell Keith-Magee
|
156cdcf92d
Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on the deprecation path.
|
преди 15 години |
Russell Keith-Magee
|
6b2f125b80
Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that the contrib.auth ModelBackend will work on a routed multi-db setup. Thanks to dhageman for the report.
|
преди 15 години |
Justin Bronn
|
7ca3e8fecf
Updated patch applied in r12504. Refs #12806.
|
преди 15 години |