- 02 Tem, 2014 7 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks Tim Graham for suggestion and review.
-
Colin Wood yazdı
Forwardport of f5740af8 from stable/1.7.x
-
Tim Graham yazdı
The functionality it was used for was removed in Django 1.7.
-
Tim Graham yazdı
Thanks projectgus for the suggestion.
-
Tim Graham yazdı
-
Éric Araujo yazdı
-
Andrew Godwin yazdı
-
- 01 Tem, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
Thanks mila for the suggestion.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Translators may want to change the irc link pointing to a language-specific channel.
-
Anssi Kääriäinen yazdı
The Model.from_db() is intended to be used in cases where customization of model loading is needed. Reasons can be performance, or adding custom behavior to the model (for example "dirty field tracking" to issue automatic update_fields when saving models). A big thank you to Tim Graham for the review!
-
Tim Graham yazdı
It's a shim that calls the actual createsuperuser management command and it's been marked as deprecated since Django 1.0.
-
Curtis yazdı
-
Anubhav Joshi yazdı
Thanks rpbarlow for the suggestion; and loic, akaariai, and jorgecarleitao for reviews.
-
- 30 Haz, 2014 11 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks scibi for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks mrknacky at gmail.com for the report and gajimenezmaggiora for the draft patch.
-
Tim Graham yazdı
Thanks cjerdonek for the suggestion.
-
Julia Matsieva yazdı
Thanks Keryn Knight for the suggestion.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Anubhav Joshi yazdı
When 'to_field' is specified with a FK, then we need to check the pk value the object.
-
Tim Graham yazdı
-
- 29 Haz, 2014 2 kayıt (commit)
-
-
Ian Foote yazdı
-
Alex Gaynor yazdı
-
- 28 Haz, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks radim.blazek@gmail.com for the report and initial patch. Testing is tricky, as the failure condition is a bit of an edge case. inspectapp.InspectDbTests should at least guarantee non regression.
-
- 27 Haz, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 26 Haz, 2014 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Riccardo Magliocchetti yazdı
Decoupled behavior and style from the RelatedFieldWidgetWrapper and ForeignKeyRawIdWidget.
-
Matt Deacalion Stevens yazdı
-
Éric Araujo yazdı
-
Gert Van Gool yazdı
-
Claude Paroz yazdı
No need to restart the server when a translation file changes. Refs #9523. Thanks artscoop for the report and Tim Graham for the review.
-
- 25 Haz, 2014 4 kayıt (commit)
-
-
zsoldosp yazdı
-
Ramiro Morales yazdı
-
Tim Graham yazdı
Fixed #22903 -- Fixed migration generation if index_together or unique_together is removed from a model.
-
Tim Graham yazdı
-