- 09 Şub, 2014 5 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Fixed #21856: Allow Empty DATABASES Setting
-
Marc Tamlyn yazdı
Used available_attrs in method_decorator
-
- 08 Şub, 2014 11 kayıt (commit)
-
-
Kevin Christopher Henry yazdı
There wasn't any file locking under Windows unless PyWin32 was installed. This removes that (undocumented) dependency by using ctypes instead. Thanks to Anatoly Techtonik for writing the ctypes port upon which this is based.
-
Aymeric Augustin yazdı
Thanks rmoe for the report and the patch.
-
Berker Peksag yazdı
Thanks Aymeric Augustin for the suggestion and review.
-
mlavin yazdı
-
mlavin yazdı
Remove check_migrations from the runserver command and use the new checks framework to check for unapplied migrations. Don't check for migrations if the DATABASES setting is empty.
-
Claude Paroz yazdı
-
Mitar yazdı
-
Tom Fifield yazdı
Adds Australian English (en_AU) to locale conf, which differs from American English in date formatting and spelling, and continues to diverge from British English in spelling (and first-day-of-week according to the current en_GB locale format.py). The transifex language project to match this patch has been requested.
-
Tim Graham yazdı
Thanks Zach Smith for the patch.
-
Claude Paroz yazdı
Thanks keturn for the reporti, Chris Medrela for details and Tim Graham for the review. Refs #19915.
-
Loic Bistuer yazdı
Overriding the error messages now works for both unique fields, unique_together and unique_for_date. This patch changed the overriding logic to allow customizing NON_FIELD_ERRORS since previously only fields' errors were customizable. Refs #20199. Thanks leahculver for the suggestion.
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Chris Wilson yazdı
Thanks Aymeric Augustin and Simon Charette for reviews.
-
- 06 Şub, 2014 6 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
-
Jacob Kaplan-Moss yazdı
-
Vajrasky Kok yazdı
MySQL does allow primary key with value 0. It only forbids autoincrement primary key with value 0. Thanks Claude Paroz for the report.
-
Christopher Medrela yazdı
Thanks jordan at aace.org for the suggestion.
-
Vajrasky Kok yazdı
-
Tim Graham yazdı
-
- 05 Şub, 2014 9 kayıt (commit)
-
-
Loic Bistuer yazdı
Refs #20625.
-
Alex Gaynor yazdı
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
This reverts commit 2ee447fb. That commit introduced a regression (#21882) and didn't really do what it was supposed to: while it did delay the evaluation of lazy objects passed to mark_safe(), they weren't actually marked as such so they could end up being escaped twice. Refs #21882.
-
Baptiste Mispelon yazdı
-
Loic Bistuer yazdı
-
Florian Apolloner yazdı
Refs #21952
-
Anssi Kääriäinen yazdı
-
Marc Tamlyn yazdı
-
- 04 Şub, 2014 7 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Carl Meyer yazdı
Thanks Michael Manfre for the report.
-
Claude Paroz yazdı
Refs #21911. Now that we have a more traditional login form, we don't need any more a special field telling us we are dealing with the login form.
-
Claude Paroz yazdı
Historically, the Django admin used to pass through the request from an unauthorized access to the login view directly. Now we are using a proper redirection, which is also preventing inadvertantly changing data when POSTing login data to an admin view when user is already authorized. Thanks Marc Tamlyn and Tim Graham for the reviews.
-
Claude Paroz yazdı
Refs #21911.
-
Anssi Kääriäinen yazdı
Made sure Django treats case .filter(NOT (a AND b)) the same way as .filter((NOT a OR NOT b)) for join promotion.
-
Tim Graham yazdı
Thanks Siecje.
-
- 03 Şub, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-