django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Replace `request` with `moderation_request` #30

Closed mmoravcik closed 5 years ago

mmoravcik commented 6 years ago

Through the code, we are using request variable to represent a moderation request.

This might be confusing as request normally suggests a "request" :)