Opened 17 years ago
Closed 17 years ago
#7427 closed (fixed)
DB backend-related docstring update to qs-rf
| Reported by: | Ramiro Morales | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | query_class BaseDatabaseFeatures uses_custom_query_class queryset query | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The attached patch updates the BaseDatabaseOperations.query_class method docstring to reflect the changes on the DB backend interface after qs-rf merge.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | ext-db-bend-docstring.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7624]) Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Thanks, ramiro