Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22537 -- Add tests and improved docs for field sub...Mike Fogel2014-04-301-2/+2
* Fixed #22493 - Added warnings to raw() and extra() docs a...Moayad Mardini2014-04-251-1/+8
* Fixed queries that may return unexpected results on MySQL...Erik Romijn2014-04-221-0/+10
* Fixed #22473 -- Emphasized that Model.clean() is not call...Tim Graham2014-04-181-0/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-3/+3
* Documentation fixes for the select_for_update change.Shai Berger2014-04-101-1/+1
* Fixed #22343 -- Disallowed select_for_update in autocommi...Shai Berger2014-04-101-0/+10
* Fixed #22405 -- Fixed string error in models/queries docs.Anubhav Joshi2014-04-081-1/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-244-64/+14
* Fixed #22048 - Enhanced docs to cover nonexistent one-to-...Adam Kaliński2014-03-241-0/+9
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-222-8/+8
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-2/+2
* Fixed minor syntax error in Queryset docsBryan Helmig2014-03-211-1/+1
* Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou2014-03-111-5/+6
* Fixed #21863 -- supplemented get_lookup() with get_transf...Anssi Kääriäinen2014-03-071-18/+89
* Fixed #14549 - Removed restriction of single FKs on inter...Akis Kesoglou2014-03-051-0/+49
* Fixed #22206 -- Passed models.TextField.max_length to for...Chris Wilson2014-03-051-0/+7
* Allowed custom querysets when prefetching single valued r...Loic Bistuer2014-03-031-0/+18
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-0/+7
* Fixed spelling mistakes in docs.Tim Graham2014-03-012-2/+2
* Fixed doc typos.Tim Graham2014-02-282-3/+3
* Fixed #22145 -- Clarified docs on Field.blank and Field.n...navneet suman2014-02-261-12/+10
* Fixed docs typos.Szczepan Cieślik2014-02-251-2/+2
* Fixed #22023 -- Raised an error for values() followed by ...Artur Frysiak2014-02-171-3/+12
* Fixed #21884 -- Mentioned that exact is the defaut QueryS...chomik2014-02-151-0/+3
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-132-9/+28
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-11/+35
* Removed double word in model docsClaude Paroz2014-02-091-1/+1
* Removed extra backquote in field docsClaude Paroz2014-02-081-1/+1
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-083-4/+13
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-2/+2
* Fixed #21865 -- Incorrect signs in documented example.Marc Tamlyn2014-01-231-1/+1
* Fixed #21864 -- Fixed missing quote in custom lookup exam...Baptiste Mispelon2014-01-231-1/+1
* Fixed some punctuation; thanks Chris Jerdonek.Tim Graham2014-01-231-5/+5
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-0/+34
* Fixed typos spotted by Claude ParozAnssi Kääriäinen2014-01-181-6/+6
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-184-0/+347
* Fixed #18285 -- Documented that bulk_create doesn't work ...Tim Graham2014-01-171-0/+1
* Fixed #21343 -- Noted many-to-many restrictions with inte...Tim Graham2014-01-161-2/+6
* Updated release notes on app_label.Aymeric Augustin2014-01-011-2/+2
* Fixed #21632 -- Docs: Removed example with callable as qu...Kevin Christopher Henry2013-12-181-6/+5
* Fixed #21552 -- Allowed the use of None for the iexact lo...Denis Moskalets2013-12-181-0/+6
* Fix docs typoAndrew Godwin2013-12-151-1/+1
* Added a bulk option to RelatedManager remove() and clear(...Loic Bistuer2013-11-271-1/+13
* Fixed #21169 -- Reworked RelatedManager methods use defau...Loic Bistuer2013-11-271-0/+2
* Fixed a typo in the documentationAlex Gaynor2013-11-261-1/+1
* Fixed #21507 -- Corrected default widget information for ...Ludwik Trammer2013-11-251-1/+5
* Add missing commas in Prefetch docsThomas Orozco2013-11-231-2/+2
* Fixed #21491 -- Removed documented workaround for a known...Loic Bistuer2013-11-221-7/+0
* Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer2013-11-211-1/+1