Changeset f71d505
- Timestamp:
- Dec 3, 2013, 1:04:13 AM (12 years ago)
- Branches:
- master, stable, stage
- Children:
- 2462be8
- Parents:
- eab727a
- git-author:
- Alex Dehnert <adehnert@…> (12/03/13 01:04:13)
- git-committer:
- Alex Dehnert <adehnert@…> (12/03/13 01:04:13)
- File:
-
- 1 edited
-
asadb/forms/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
red7ddec rf71d505 230 230 ends = range(chunk_size, len(usernames), chunk_size) 231 231 start = 0 232 end = 0 232 233 for end in ends: 233 234 username_chunks.append(usernames[start:end])
Note: See TracChangeset
for help on using the changeset viewer.