summaryrefslogtreecommitdiffstats
path: root/core/context.py
Commit message (Collapse)AuthorAgeFilesLines
* Attempt at append_slash, and backtrack.Philip Sargent2025-02-181-1/+1
|
* context processor documn linkPhilip Sargent2023-04-051-2/+5
|
* ran 'black' to reformat all the core filesPhilip Sargent2023-01-301-4/+5
|
* sort imports using isort. tested.Philip Sargent2023-01-191-0/+1
|
* Changing to new path() url function (initial)Philip Sargent2021-04-271-1/+1
|
* actually needed it seems.Philip Sargent2021-04-131-0/+4
|
* Docstrings for all modulesPhilip Sargent2021-04-131-0/+8
|
* create core/models/ directroyPhilip Sargent2021-04-131-1/+1
|
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-1/+1
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-0/+5
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)