Django

Code

Ticket #11438 (closed: fixed)

Opened 7 months ago

Last modified 7 months ago

Simple typo in Custom Fields documentation.

Reported by: thepointer Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

There's an error in the second paragraph, last sentence of http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#preparing-values-for-use-in-database-lookups

"pass the rest of the get_db_prep_lookup() method of the parent class." -> "pass the rest to the get_db_prep_lookup() method of the parent class."

Attachments

11438.diff (0.8 kB) - added by timo on 07/11/09 09:54:15.

Change History

07/09/09 00:01:51 changed by Alex

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone deleted.

Not critical for the 1.1 release.

07/11/09 09:54:15 changed by timo

  • attachment 11438.diff added.

07/11/09 09:54:25 changed by timo

  • stage changed from Accepted to Ready for checkin.

07/11/09 10:38:10 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(In [11220]) Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks to thepointer for the report.


Add/Change #11438 (Simple typo in Custom Fields documentation.)




Change Properties
Action