- 09 Şub, 2014 26 kayıt (commit)
-
-
Robert Stapenhurst yazdı
Attempting to add() and remove() an object related by a 'through' model now raises more descriptive AttributeErrors, in line with set and create().
-
Tim Graham yazdı
Hopefully fixes a test failure on Jenkins.
-
Claude Paroz yazdı
Replaced _parse_content_type with cgi.parse_header
-
Claude Paroz yazdı
-
Marc Tamlyn yazdı
Also they should only be raised if allow_syncdb does exist, not just if allow_migrate does not. Refs comments on 25084101
-
Ryan Kaskel yazdı
Report and original patch from jrief.
-
Alasdair Nicol yazdı
Thanks Keryn Knight for the report.
-
Jannis Leidel yazdı
Thanks to John Giannelos for the initial patch.
-
Vajrasky Kok yazdı
Added searched_locations in finders module. Added verbosity flag level 2 on 'findstatic' command that will output the directories on which it searched the relative paths. Reported by ccurvey. Initial patch by Jonas Svensson and Vajrasky Kok.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Jannis Leidel yazdı
Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Marc Tamlyn yazdı
-
Andrew Godwin yazdı
-
Ryan Kaskel yazdı
Thanks lagovas.lagovas at gmail.com for the report.
-
Marc Tamlyn yazdı
When a method decorator was used in conjunction with a decorator implemented as a descriptor, method_decorator did not correctly respect the method binding. Thanks for Graham Dumpleton for the report and initial patch.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
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 12 kayıt (commit)
-
-
Curtis yazdı
-
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 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
-