summaryrefslogtreecommitdiff
path: root/example_project/urls.py
AgeCommit message (Collapse)Author
2022-12-12File module refactoring - more tests for filesÉtienne Loks
2022-12-12Migration to Django 2.2 - fixesÉtienne Loks
- remove django-ajax-select - fix migrations
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2022-12-12Migration to Django 2.2 - missing on_delete - django.urls import reverseÉtienne Loks
2017-08-28Debug: new media pathÉtienne Loks
2017-08-28Debug: adapt settings and urls for Debug ToolbarÉtienne Loks
2017-08-21urls: remove pattern (not compatible with Django 1.11)Étienne Loks
2017-08-02Admin - ishtar common: use ajax selects for some fields - clean and simplifyÉtienne Loks
2017-08-02Customize the administration labelsÉtienne Loks
2017-04-14Django 1.8: fix urls importsÉtienne Loks
2016-02-18New management of modulesÉtienne Loks
2015-12-01Flake8Étienne Loks
2015-05-05Imports: manage importation interface, error fileÉtienne Loks
2014-12-18First work for an alternate UI for archaeological files (refs #2175)Étienne Loks
2014-10-27Better VALUES display for templatesÉtienne Loks
2013-07-17Fix index urlÉtienne Loks
2012-10-21Djangoization - Major refactoring (step 13)Étienne Loks
* Fix finds wizards * Clean-up an unecessary file
2012-10-21Djangoization - Major refactoring (step 12)Étienne Loks
* Fix finds wizards
2012-10-21Djangoization - Major refactoring (step 11)Étienne Loks
* Fix context record wizards
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks