- 05 Haz, 2015 16 kayıt (commit)
-
-
Tim Graham yazdı
-
Russell Keith-Magee yazdı
-
Ian Foote yazdı
Add warning for using Coalesce with python values on MySQL and document workaround.
-
Ian Foote yazdı
Greatest and Least are row-level Function versions of Min and Max.
-
Russell Keith-Magee yazdı
Fixed #18166 -- Added ability to pass kwargs to the form constructor in a formset.
-
Yamila Moreno yazdı
-
Shai Berger yazdı
Found cases where testing code was doing try: whatever except (some excption type): self.fail("exception shouldn't be thrown") replaced it with just whatever as this makes the unexpected errors easier to debug, and the tests would fail just as much and aren't rendered less readable. Thanks Markus Holtermann for review
-
Marc Tamlyn yazdı
Refs #22728 - Added missing tests for defaults__exact case
-
Shai Berger yazdı
No tests are provided because there is no sane way to test database settings within the Django test suite. Thanks Aymeric Augustin for review.
-
Andriy Sokolovskiy yazdı
-
Michael Manfre yazdı
-
Steadman yazdı
-
Matthew Somerville yazdı
This was implemented for non-SQLite backends in 1.7 (as a side effect of #16187).
-
Raphael Michel yazdı
-
Loek van Gent yazdı
-
Matthew Somerville yazdı
Updated the command to match the documentation, which states it runs over all .po files.
-
- 04 Haz, 2015 10 kayıt (commit)
-
-
Marc Tamlyn yazdı
Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests.
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
Thanks rhertzog and Björn Påhlsson for the suggestion.
-
Raphael Michel yazdı
Renamed the mime_type properties of RssFeed and Atom1Feed to content_type and start deprecation for the old names.
-
Raphael Michel yazdı
-
Sergei Maertens yazdı
By specifying form_kwargs when instantiating the formset, or overriding the `get_form_kwargs` method on a formset class, you can pass extra keyword arguments to the underlying `Form` instances. Includes tests and documentation update.
-
Rolo yazdı
This is consistent with CharField.
-
Steadman yazdı
-
Edin Sarajlic yazdı
-
Carl Meyer yazdı
-
- 03 Haz, 2015 2 kayıt (commit)
-
-
Carl Meyer yazdı
-
Tim Graham yazdı
Obsolete after 36e90d1f
-
- 02 Haz, 2015 12 kayıt (commit)
-
-
Tim Graham yazdı
-
Carl Meyer yazdı
-
Carl Meyer yazdı
-
Adam Chainz yazdı
-
Tomáš Ehrlich yazdı
-
Tim Graham yazdı
-
Carl Meyer yazdı
-
zauddelig yazdı
-
Adam Chainz yazdı
-
Andriy Sokolovskiy yazdı
-
Tim Graham yazdı
Fixed #24893 -- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True
-
Tim Graham yazdı
-