- 08 Eyl, 2012 21 kayıt (commit)
-
-
Tim Graham yazdı
-
Travis Swicegood yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #18832 - Updated ModelForm example fields to match note below
-
Tim Graham yazdı
-
Carl Meyer yazdı
Fixed a typo in the Python 3 compatibility docs.
-
Michal Petrucha yazdı
-
Nick Martini yazdı
-
Aymeric Augustin yazdı
Fixes #18245. Refs #3542.
-
Preston Holmes yazdı
-
Aymeric Augustin yazdı
Removed admin's swallowing of AttributeError (#16655, #18593, #18747)
-
Travis Swicegood yazdı
During the new-admin changes, catching of AttributeError was added to the admin. This patch removes that as it's no longer possible to add a value to a ModelAdmin that is not available. Adding an attribute that can not be called causes an ImproperlyConfigured exception to be raised.
-
Tim Graham yazdı
Thanks mrmagooey for the draft patch.
-
Aymeric Augustin yazdı
Refs #16023.
-
Tim Graham yazdı
Thanks Nick Martini for the patch.
-
Tim Graham yazdı
Fixed #18928 - Tightened language in docs/README
-
Tim Graham yazdı
Thanks Shabda Raaj for the draft patch.
-
Claude Paroz yazdı
Refs #17574.
-
Shabda Raaj yazdı
-
Justin Bronn yazdı
-
- 07 Eyl, 2012 19 kayıt (commit)
-
-
Aymeric Augustin yazdı
* Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again).
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
-
Malcolm Tredinnick yazdı
Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down.
-
Aymeric Augustin yazdı
Thanks Malcolm Tredinnick for the review.
-
Tim Graham yazdı
Remove unused imports in tutorial 4. refs #18915
-
Tim Graham yazdı
Updated text in tutorial 3 regarding removing unused import; refs #18915
-
Aymeric Augustin yazdı
Thanks kmike.
-
Aymeric Augustin yazdı
Closes #17452.
-
Alex Gaynor yazdı
Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations.
-
Enrico Ehrhardt yazdı
After submitting ticket #18915, I noticed 2 additional occurrences of the issue.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit.
-
James Bennett yazdı
Ticket #17324 - Improve security docs with better CSRF explanation
-
James Bennett yazdı
clarify clean_<field> docs, ticket #18917
-
Alex Gaynor yazdı
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.
-
Alex Gaynor yazdı
Previous this used Python's builtin hash() function, which has never been guarnteed to be stable across implementations (CPython/Jython/etc.) or 32/64 bitness. However, this in practice it was stable. However, with the impending release of Python 3.3 hash randomizations is enabled by default, which would mean the index name changed between program invocations.
-