@@ -65,7 +65,7 @@ In addition to views and forms definitions, those files can also contain helper
View Arguments
View Arguments
--------------
--------------
-As convention, declare view arguments in order they are being used in view's code. This means pk before slug, because view has to get model from database before it validates its slug.
+As convention, declare view arguments in order they are being used in view's code. Most common example of this is pk being declared before slug, as view has to get model from database before it validates its slug.