Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21427 -- Clearly state integer field value ranges ...Markus Amalthea Magnuson2013-11-211-10/+13
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-072-1/+115
* Fixed typos in documentation.Baptiste Mispelon2013-11-061-1/+1
* Fixed #21344 -- Typo in docs/ref/models/queries.txtTim Graham2013-10-281-1/+1
* Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger2013-10-231-0/+12
* Fixed #17027 -- Added support for the power operator in F...Florian Hahn2013-10-221-0/+4
* Fixed #21212 -- Documented the reverse name for OneToOneF...Juergen Schackmann2013-10-181-0/+24
* Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-151-48/+26
* Fixed #8918 -- Made FileField.upload_to optional.Tim Graham2013-10-111-9/+11
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
* Fixed #10913 -- Documented how related_name affects Query...Tim Graham2013-10-021-4/+5
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-0/+4
* Correct very minor typomlissner2013-09-211-1/+1
* Fixed #21095 -- Documented new requirement for dates look...Matt Austin2013-09-131-3/+6
* Fixed spelling; refs #16895.Tim Graham2013-09-092-2/+2
* Fixed #16895 -- Warned about cost of QuerySet orderinge0ne2013-09-092-0/+12
* Fixed #20409 -- Clarified how unique_for_date works when ...Aymeric Augustin2013-09-071-1/+3
* Merge pull request #1567 from technivore/ticket_20970Tim Graham2013-09-061-75/+70
|\
| * re-indented method documentation within RelatedManagerMatthew Rich2013-09-061-75/+70
* | Merge pull request #1544 from evildmp/ticket_20920_rebaseDaniele Procida2013-09-064-28/+145
|\ \ | |/ |/|
| * Consolidated documentation for F() and Q()evildmp2013-09-064-28/+145
* | documented RelatedManager calling save() behind the scene...Matthew Rich2013-09-061-64/+92
|/
* Fixed #21035 -- Changed docs to treat the acronym SQL pho...Eric Boersma2013-09-063-4/+4
* Fixed typo in docs/ref/models/options.txtTim Graham2013-08-311-2/+2
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-302-5/+34
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-231-8/+22
|\
| * Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen2013-08-221-0/+19
| * Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry2013-08-211-8/+3
| * Documentation - Noted that OneToOneField doesn't respect ...Kevin Christopher Henry2013-08-211-2/+2
* | Documentation - Noted that OneToOneField doesn't respect ...Kevin Christopher Henry2013-08-211-2/+2
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-194-42/+47
|\|
| * Removed versionadded/changed annotations for 1.5Tim Graham2013-08-194-41/+12
| * Fixed #20777 -- Admin proxy model deletion regressionAnssi Kääriäinen2013-08-191-3/+3
| * Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-0/+34
| * Fixed some ReST errors regarding backticksTim Graham2013-08-151-1/+1
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-0/+13
|\|
| * Fixed #9057 -- Added default_permissions model meta option.Tim Graham2013-08-091-0/+13
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-094-61/+137
|\|
| * Merge pull request #1453 from chrismedrela/ticket20484-im...Preston Holmes2013-08-071-0/+3
| |\
| | * Fixed #20484 again -- added note to field documentationChristopher Medrela2013-08-071-0/+3
| * | Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-062-2/+2
| |/
| * Fixed #20859 - Clarified Model.clean() example.Jimmy Song2013-08-051-9/+13
| * Fixed #20842 and #20845 - Added a note on order_by() and ...Daniele Procida2013-08-041-36/+67
| * Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+3
| * Removed unused model option "admin"Tim Graham2013-08-011-3/+2
| * Fixed #20649 -- Allowed blank field display to be defined...Alex Couper2013-07-311-5/+14
| * Fixed #20826 -- Moved Manager.raw() and Manager._insert()...Loic Bistuer2013-07-311-0/+22
| * Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
| * Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-3/+12
* | More migration docs, and conversion of all easy syncdb re...Andrew Godwin2013-07-251-6/+6
|/