- 19 May, 2013 40 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Shai Berger for the report.
-
Marc Tamlyn yazdı
-
Baptiste Mispelon yazdı
This commit also adds tests for the redirect feature of most auth views. It also cleans up the tests, most notably using @override_settings instead of ad-hoc setUp/tearDown methods. Thanks to caumons for the report. Conflicts: docs/releases/1.6.txt
-
Andrew Godwin yazdı
Fixed #20442: NoneType error when fetching a stale ContentType with get_for_id
-
Marc Tamlyn yazdı
Add needed Imports to the Documentation, Part II
-
Aymeric Augustin yazdı
Integrity problems when using get_or_create through M2M
-
Pablo Recio yazdı
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
-
Aymeric Augustin yazdı
Fixed #19070 -- Additional test for urlize and brackets
-
Aymeric Augustin yazdı
Fixed #11442 -- Postgresql backend casts all inet types to text
-
Erik Romijn yazdı
-
vkuzma yazdı
-
leandrafinger yazdı
-
Silvan Spross yazdı
Add missing imports and models to the examples in internationalization and localization documentation
-
Silvan Spross yazdı
-
Silvan Spross yazdı
-
Erik Romijn yazdı
-
Marc Tamlyn yazdı
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
-
Łukasz Langa yazdı
-
Aymeric Augustin yazdı
Fixed #20340 - document required return value for disable_constraint_checking
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed #11915: generic Accept-Language matches country-specific variants
-
Andrew Godwin yazdı
Fixed #11160: Formset non_form_errors returns ErrorList() if is_valid is not called
-
Andrew Godwin yazdı
Fixed #18990: Loaddata now complains if fixture doesn't exist
-
Tim Graham yazdı
-
Łukasz Langa yazdı
-
Senko Rasic yazdı
-
Honza Kral yazdı
Moved admin validation code to classes and have those be class attributes to the ModelAdmin classes.
-
Marc Tamlyn yazdı
Added example of using sitemaps with static views.
-
Aymeric Augustin yazdı
-
Marc Tamlyn yazdı
Added TransRealMixin to fix i18n global state pollution in the test suite
-
Łukasz Langa yazdı
-
bbjay yazdı
-
Senko Rasic yazdı
If the fixture doesn't exist, loaddata will output a warning. The fixture named "initial_data" is exceptional though; if it doesn't exist, the warning is not emitted. This allows syncdb and flush management commands to attempt to load it without causing spurious warnings. Thanks to Derega, ptone, dirigeant and d1ffuz0r for contributions to the ticket.
-
Marc Tamlyn yazdı
-
Marc Tamlyn yazdı
Note the don't require sessions to be in installed apps.
-
Andrew Godwin yazdı
Fixed #20454: Make Urdu (ur) recognized as RTL language
-
Andrew Godwin yazdı
Fixed #20233 - Full custom user model example isn't really full
-
Senko Rasic yazdı
The fixture named "initial_data" is exceptional though; if it doesn't exist, the error is not raised. This allows syncdb and flush management commands to attempt to load it without causing an error if it doesn't exist.
-
Marc Tamlyn yazdı
A simple docstring to clarify a part of the code that might be confusing to understand