- 07 Agu, 2013 3 kayıt (commit)
-
-
Preston Holmes yazdı
Fixed #20484 again -- added note to field documentation
-
Christopher Medrela yazdı
-
Anssi Kääriäinen yazdı
The bug was already fixed by 01b9c3d5, so only tests added. At the same time promote_joins()'s uncoditional flag is gone, it isn't needed for anything any more.
-
- 06 Agu, 2013 7 kayıt (commit)
-
-
Collin Anderson yazdı
-
Leandro Regueiro yazdı
-
Alex Cucu yazdı
-
Tai Lee yazdı
The `MultiValueField` class gets a new ``require_all_fields`` argument that defaults to ``True``. If set to ``False``, individual fields can be made optional, and a new ``incomplete`` validation error will be raised if any required fields have empty values. The ``incomplete`` error message can be defined on a `MultiValueField` subclass or on each individual field. Skip duplicate errors.
-
Dominic Rodger yazdı
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML.
-
Marc Tamlyn yazdı
Fixed #16986 -- Model.clean() can report errors on individual fields.
-
Anssi Kääriäinen yazdı
Also PEP8 + python_2_unicode_compatible cleanup done.
-
- 05 Agu, 2013 9 kayıt (commit)
-
-
Loic Bistuer yazdı
This commit provides the tests for this issue but the actual problem was solved by the ValidationError refactor in f34cfec0 and ee77d4b2. Refs #20199.
-
Tim Graham yazdı
Thanks ea2100@ for the report and akaariai for the patch.
-
Tim Heap yazdı
-
Justin Michalicek yazdı
Added optional html_email_template_name parameter to password_reset view and PasswordResetForm.
-
Jimmy Song yazdı
-
Tim Graham yazdı
Thanks Keryn Knight.
-
Julien Phalip yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Refs #17008.
-
- 04 Agu, 2013 12 kayıt (commit)
-
-
Julien Phalip yazdı
-
Tim Graham yazdı
-
Daniele Procida yazdı
-
Alex Gaynor yazdı
-
Loic Bistuer yazdı
Refs #18681. This also starts the deprecation of ModelAdmin.declared_fieldsets
-
Justin Michalicek yazdı
Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views refs #5298 and refs #8342
-
Tim Graham yazdı
Moved get_search_results from BaseModelAdmin to ModelAdmin.
-
Curtis Maloney yazdı
Thanks Loic Bistuer for the review.
-
Loic Bistuer yazdı
Refs #15961.
-
Tim Graham yazdı
Thanks AtomicSpark.
-
Aymeric Augustin yazdı
Thanks Jimmy Song for the patch.
-
Loic Bistuer yazdı
-
- 03 Agu, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 02 Agu, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Collin Anderson for the report.
-
Petr Dlouhý yazdı
Regression introduced by [369b6fab]; refs #18169.
-
Loic Bistuer yazdı
Refs 23e1b59c which already fixed this issue for ModelAdmin and InlineModelAdmin.
-
Dominic Rodger yazdı
Thanks Daniele Procida for the suggestion and edits.
-
Harm Geerts yazdı
-
Aleksandra Sendecka yazdı
Thanks croldan for the report.
-
Tim Graham yazdı
Thanks thibaultj for the report, jenh for the patch, and charettes for the tests.
-
- 01 Agu, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Forward-port of 3493f18d from master.
-