File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ def get_object(self, queryset=None): # noqa
181
181
class UserSecurityLogView (PrivateViewMixin , ListView ):
182
182
model = AuditLog
183
183
template_name = 'profiles/private/security_log.html'
184
- days_limit = settings .RTD_DEFAULT_LOGS_RETENTION_DAYS
184
+ days_limit = settings .RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS
185
185
186
186
def get (self , request , * args , ** kwargs ):
187
187
download_data = request .GET .get ('download' , False )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def SESSION_COOKIE_SAMESITE(self):
122
122
RTD_CLEAN_AFTER_BUILD = False
123
123
RTD_MAX_CONCURRENT_BUILDS = 4
124
124
RTD_BUILD_STATUS_API_NAME = 'docs/readthedocs'
125
- RTD_DEFAULT_LOGS_RETENTION_DAYS = 30 * 3
125
+ RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS = 30 * 3
126
126
127
127
# Database and API hitting settings
128
128
DONT_HIT_API = False
You can’t perform that action at this time.
0 commit comments