- 06 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 05 Tem, 2013 5 kayıt (commit)
-
-
Claude Paroz yazdı
Django 1.7 will loudly warn when widget attributes are assigned boolean values. In Django 1.8, False will mean attribute is not present while True will mean attribute present without value. Refs #20684.
-
Claude Paroz yazdı
Thanks Marc Tamlyn and Tim Graham for the review.
-
Tim Graham yazdı
Thanks jtiai for the suggestion.
-
Tim Graham yazdı
Thanks astorije@ for the report.
-
Marc Tamlyn yazdı
fixed grammar
-
- 04 Tem, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks simonpercivall.
-
hekevintran yazdı
-
Tim Graham yazdı
Thanks semenov and pegler.
-
Tim Graham yazdı
Thanks littlepig for the report.
-
Tim Graham yazdı
Thanks timmolendijk, jdunck, vijay_shanker, and loic84.
-
Tim Graham yazdı
Thanks rene@ for the suggestion.
-
- 03 Tem, 2013 5 kayıt (commit)
-
-
Simon Charette yazdı
The regression was introduced by 2c4fe761. refs #20593.
-
SusanTan yazdı
Thanks michel@ for the suggestion.
-
Tomáš Ehrlich yazdı
Thanks Baptiste Mispelon for the suggestion.
-
Claude Paroz yazdı
So as syntax errors in po files don't go unnoticed. Refs #20695.
-
Tim Graham yazdı
Thanks garrison for the suggestion.
-
- 02 Tem, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Preston Holmes yazdı
Fix "semicolon" in form docs
-
Ben Firshman yazdı
-
- 01 Tem, 2013 16 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
The module still exists for whoever uses it in its current state, but it isn't imported by Django anywhere.
-
Aymeric Augustin yazdı
One import per line please! Refs #20680.
-
Aymeric Augustin yazdı
Refs #20680.
-
Aymeric Augustin yazdı
Silenced warnings caused by the deprecation of django.utils.unittest. Thanks Preston Timmons and Carl Meyer for their advice. Fixed #20680.
-
Tim Graham yazdı
-
Tim Graham yazdı
refs #20642.
-
Aymeric Augustin yazdı
Refs #20680.
-
Aymeric Augustin yazdı
Refs #19204.
-
Baptiste Mispelon yazdı
Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Forward-port of 0de21a6a from stable/1.6.x.
-
Aymeric Augustin yazdı
Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b2 from stable/1.6.x.
-
Alex Gaynor yazdı
In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details.
-
- 30 Haz, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
They ensure that the attributes aren't accessed in conditions where they don't contain a valid value. Fixed #20666.
-
Aymeric Augustin yazdı
This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions.
-
Matt Robenolt yazdı
It's unnecessary to run this on every request, since technically, settings *should be* immutable.
-
- 29 Haz, 2013 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Thanks Claude for the heads up. Refs #12493 and commit 5e08b792.
-