- 14 Eki, 2013 13 kayıt (commit)
-
-
Ramiro Morales yazdı
Avoids failures on Windows. Refs #8918.
-
Tim Graham yazdı
This config allows a clean run of flake8. Some of the ignored codes will be remove over time as we clean things up.
-
M Nasimul Haque yazdı
Thanks Marc Tamlyn for the suggestion.
-
Bouke Haarsma yazdı
Thanks Keryn Knight for the report.
-
Loic Bistuer yazdı
The ModelForm docs suggested that fields defined declaratively override default fields generated from the form Meta. This is conceptually wrong, especially with inheritance in mind. Meta is usually defined on the topmost ModelForm subclass, while fields can come from anywhere in the MRO, especially base classes; therefore we suggested that something defined in a base class override something from a subclass. This patch rephrases the docs around the idea that Meta is used to generate *missing* fields. Refs #8620, #19617. Thanks @mjtamlyn and @timgraham for the review.
-
Bouke Haarsma yazdı
Thanks gergely at polonkai.eu for the suggestion.
-
Marc Tamlyn yazdı
Fixed #18866 -- added validation error for verbose_name longer than 39 characters
-
joaoxsouls yazdı
Added a validation error check when creating the permissions for model, to avoid cryptic database error when the verbose_name is longer than 39 characters thanks elena for reporting it
-
Bouke Haarsma yazdı
-
Max Vizard yazdı
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report and the documentation and Tim Graham for the review.
-
Marc Tamlyn yazdı
-
Claude Paroz yazdı
Without those imports, affected test files cannot be run independently. Refs #21164.
-
- 13 Eki, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362.
-
Aymeric Augustin yazdı
Thanks gcc for the report and vajrasky for the patch.
-
- 12 Eki, 2013 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Marc Tamlyn for the review.
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks slinkp for the suggestion.
-
- 11 Eki, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Cody Scott yazdı
-
Sascha Peilicke yazdı
-
Tai Lee yazdı
Added ``--natural-foreign`` and ``--natural-primary`` options and deprecated the ``--natural`` option to the ``dumpdata`` management command. Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys`` arguments and deprecated the ``use_natural_keys`` argument to ``django.core.serializers.Serializer.serialize()``. Thanks SmileyChris for the suggestion.
-
Tim Graham yazdı
Thanks leahculver for the suggestion and dc and vajrasky for work on the patch.
-
Tim Graham yazdı
-
Cody Scott yazdı
-
- 10 Eki, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
Tim Graham yazdı
refs #4459.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 09 Eki, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #21222 - Documented that 'default' and 'other' must be different databases when running tests. Thanks vernondcole for the suggestion.
-
crccheck yazdı
-
Claude Paroz yazdı
-
Baptiste Mispelon yazdı
The wrong exception was being caught when detecting the presence of GeoIP. Thanks to ramiro for the report.
-
Russell Keith-Magee yazdı
Thanks to vajrasky for the report and patch.
-
- 08 Eki, 2013 2 kayıt (commit)
-
-
Marc Tamlyn yazdı
Fix grammatical errors in email documentation
-
Dan Loewenherz yazdı
-