.. |
custom_comments
|
63d85a684a
Fixed #8630: finished the custom comment app API that was left out of 1.0. This means it's now possible to override any of the models, forms, or views used by the comment app; see the new custom comment app docs for details and an example. Thanks to Thejaswi Puthraya for the original patch, and to carljm for docs and tests.
|
há 16 anos atrás |
fixtures
|
e434573ef1
Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test.
|
há 15 anos atrás |
tests
|
1b6670dd59
Fixed #15904 - render_comment_form executes unnecessary query for object
|
há 14 anos atrás |
__init__.py
|
cba91997a2
Refactored Django's comment system.
|
há 16 anos atrás |
models.py
|
e434573ef1
Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test.
|
há 15 anos atrás |
urls.py
|
4c468800ee
Updates to the test suite to allow for newly deprecated and removed features
|
há 14 anos atrás |
urls_admin.py
|
7655cd8eac
Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected action is disabled. Thanks, Daniel Lindsley.
|
há 14 anos atrás |