Commit History

Author SHA1 Message Date
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 years ago
  Claude Paroz 64099e30e8 Removed obsolete sentence in queries docs 11 years ago
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Tim Graham 8365d76da0 Fixed #20513 - Expanded docs on QuerySet caching. 11 years ago
  Tim Graham 41bea033b7 Fixed #20183 - Clarified docs assumption that certain objects exist in database. 11 years ago
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 11 years ago
  Mike Fogel 1ad83145df Remove outdated ForeignKey manager documentation. 11 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 years ago
  Claude Paroz b0ba21db07 Fixed #19926 -- Fixed a link to code example in queries docs 12 years ago
  Tim Graham 64d0f89ab1 Fixed #19717 - Removed mentions of "root QuerySet" in docs. 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Tim Graham 067505ad19 Fixed broken links, round 4. refs #19516 12 years ago
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 years ago
  Tim Graham ba2adc9c05 Fixed #19352 - Added an example in the QuerySet docs. 12 years ago
  Aymeric Augustin 5c81e9de0f Negligible style fix in docs. 12 years ago
  Florian Apolloner b7d81715dc Removed a redundant colon in the query docs. 12 years ago
  Tim Graham 6b56aeec6e Merge pull request #428 from donspaulding/patch-1 12 years ago
  Anssi Kääriäinen b625e8272b Moved F() '&' and '|' to .bitand() and .bitor() 12 years ago
  Anssi Kääriäinen a8b1861fc4 Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions" 12 years ago
  Tim Graham 6d46c740d8 Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched 12 years ago
  Don Spaulding 70fac984c8 Fixed format-o in docs/topics/db/queries.txt 12 years ago
  Anssi Kääriäinen 28abf5f0eb Fixed #16211 -- Added comparison and negation ops to F() expressions 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Aymeric Augustin e69348b4e7 Avoided mixing dates and datetimes in the examples. 12 years ago
  Tim Graham dc01e41d23 Fixed #15566 - Documented that update() doesn't honor DateField.auto_now 12 years ago
  Matt Stevens a7d831a305 Changes day to from 2 to 30 12 years ago
  Matt Stevens 813241f655 Clarifies day and month in example queryset 12 years ago
  Carlos Palol f200ffd701 Fixed typo in docs 12 years ago
  Ramiro Morales e9a56606e7 Fixed broken URLs introduced in 1adc87cd32. 13 years ago