- 14 Haz, 2013 1 kayıt (commit)
-
-
Tom Christie yazdı
-
- 22 May, 2013 3 kayıt (commit)
-
-
Marc Tamlyn yazdı
Fixed #18709 -- Check if initial_value is a callable
-
Anssi Kääriäinen yazdı
The fix was already in the patch for #18702, so only test added for ticket #19895.
-
Tim Graham yazdı
Slightly reworded 'last()' docs
-
- 21 May, 2013 20 kayıt (commit)
-
-
Jeroen Dekkers yazdı
In _get_changed_data, check if initial_value is a callable and call it if it is.
-
Shai Berger yazdı
Used formatted date instead of datetime object for the end of the year range, as the datetime object loses fractions-of-seconds when inserted into the db.
-
Shai Berger yazdı
Removed the explicit casting of strings to dates
-
Shai Berger yazdı
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
-
Selwin Ong yazdı
-
Selwin Ong yazdı
-
Claude Paroz yazdı
-
Mathijs de Bruin yazdı
Report more details about template files in loader postmortem.
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
Fixed a Python 2.6 regression (GzipFile can't act as a context manager)
-
Wiktor Kolodziej yazdı
-
Łukasz Langa yazdı
-
Florian Apolloner yazdı
-
Marc Tamlyn yazdı
Use assertIsInstance in test code.
-
Marc Tamlyn yazdı
Gives much nicer errors when it fails.
-
Florian Apolloner yazdı
Removed a confusing duplicate SESSION_COOKIE_DOMAIN header
-
Aymeric Augustin yazdı
Fixed #20472: response.content should be bytes on both Python 2 and 3
-
Daniel Lindsley yazdı
-
- 20 May, 2013 15 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
The note is clearly a part of MESSAGE_STORAGE documentation. As a separate section, it broke automatic link generation on the HTML version of the documentation.
-
Ramiro Morales yazdı
This is backward incompatible for custom form field/widgets that rely on the hard-coded 'Hold down "Control", or "Command" on a Mac, to select more than one.' sentence. Application that use standard model form fields and widgets aren't affected but need to start handling these help texts by themselves before Django 1.8. For more details, see the related release notes and deprecation timeline sections added with this commit.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Jeremy Dunck.
-
Jorge Bastida yazdı
-
Ryan Kaskel yazdı
-
Anssi Kääriäinen yazdı
A regression caused by d5b93d32 made .get() error reporting recurse infinitely on certain rare conditions. Fixed this by not trying to print the given lookup kwargs.
-
Anssi Kääriäinen yazdı
When a GenericRelation was defined on abstract model, queries on childs of the abstract model didn't work. The problem was in the way fields and in particular field.rel was copied from models to their children. The regression was likely caused by #19385. Thanks to Gavin Wahl for spotting the regression.
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
-
Marc Tamlyn yazdı
Fix typo in redirect view docs
-
Marc Tamlyn yazdı
Changed API to disable ATOMIC_REQUESTS per view.
-
Carl Meyer yazdı
-
Tomasz Jaskowski yazdı
-
- 19 May, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-