Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #14007 -- Added model discovery in models module wi...Tim Graham2013-07-171-3/+8
* Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora2013-07-121-2/+44
* Fixed #17528 -- Documented that add() and remove() with a...Tim Graham2013-07-121-0/+16
* Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela2013-07-121-4/+4
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-052-0/+7
* Fixed #20561 -- Emphasized that QuerySet.distinct([*field...Tim Graham2013-07-051-8/+5
* Fixed #12579 -- Noted QuerySet.get_or_create() depends on...Tim Graham2013-07-041-10/+21
* Removed 'depth' .select_related() argument as per depreca...Ramiro Morales2013-06-291-16/+0
* Docs for related_query_nameAndrew Godwin2013-06-271-0/+22
* Fixed #19881 -- Documented that get_next/previous_by_FOO ...James Bennett2013-06-211-2/+5
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-4/+10
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-0/+7
* Fixed #20228 - Documented unique_for_date and exclude beh...Tim Graham2013-05-281-1/+6
* Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-271-2/+6
* Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon2013-05-271-1/+1
* Slightly reworded 'last()' docs.Selwin Ong2013-05-211-1/+1
* Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-211-0/+30
* Fixes #18896. Add tests verifying that you can get Integr...Pablo Recio2013-05-191-0/+35
* Merge pull request #1129 from frog32/masterMarc Tamlyn2013-05-195-2/+39
|\
| * Add missing imports and models to the examples in the the...Marc Egli2013-05-185-2/+39
* | Merge branch 'allow-any-iterable-for-choices'Donald Stufft2013-05-181-3/+4
|\ \
| * | Fixed #20430 - Enable iterable of iterables for model cho...Donald Stufft2013-05-181-3/+4
| |/
* / Fixed #20446 -- Documentation for SmallIntegerField does ...Erik Romijn2013-05-181-2/+4
|/
* Fixed #20408 -- Clarified that values_list() doesn't retu...Aymeric Augustin2013-05-181-0/+5
* Merge pull request #1039 from cannona/masterTim Graham2013-05-151-0/+3
|\
| * Added clarification to the docs, pointing out that unique...Aaron Cannon2013-05-031-0/+3
* | Fixing a minor spelling mistake in the queryset documenta...Wilfred Hughes2013-05-141-1/+1
* | Fixed #20397 - Cleaned up issue with quotation marks in d...Simeon Visser2013-05-121-1/+1
* | Fixed test failures on MySQL.Aymeric Augustin2013-05-081-1/+2
|/
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-203-18/+24
* Fixed #20243 - Clarified when RelatedManager.remove() exi...Tim Graham2013-04-111-8/+7
* remove confusing phrase from DecimalField docsAndrew Badr2013-04-111-1/+1
* Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin2013-03-241-0/+4
* Added missing markup to docs.Tim Graham2013-03-221-2/+2
* Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin2013-03-181-1/+1
* Fixed #20053 -- Fix `index_together` documentationJohan Charpentier2013-03-151-0/+1
* Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen2013-03-141-6/+7
* Fixed broken link in binary fields doc.Ramiro Morales2013-03-121-1/+1
* Fixed #20018: Added backtick to fix referenceJonathan Loy2013-03-101-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-9/+9
* Adde two "versionadded" markers, thanks to mYk for noticing.Alex Gaynor2013-03-071-0/+4
* Added a ManyToManyField(db_constraint=False) option, this...Alex Gaynor2013-03-071-0/+14
* Add a BinaryField model fieldClaude Paroz2013-03-021-0/+16
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-5/+0
* Clarified the language used in the documentation. Thanks ...Alex Gaynor2013-02-201-2/+2
* Added a db_constraint option to ForeignKeys.Alex Gaynor2013-02-201-0/+13
* Fixed #19824 - Corrected the class described for Field.pr...Tim Graham2013-02-171-2/+2
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-21/+136
* Added missing versionadded 1.6 to docs of earliest()Anssi Kääriäinen2013-01-201-0/+2
* Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford2013-01-202-7/+17