Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hankji/uliweb

Tags

0.2.6

Toggle 0.2.6's commit message
ready to release 0.2.6

0.2.5

Toggle 0.2.5's commit message
Ready to release 0.2.5

0.2.4

Toggle 0.2.4's commit message
ready to release 0.2.4

0.2.3

Toggle 0.2.3's commit message
Fix setup.py include LICENSE, etc

0.2.2

Toggle 0.2.2's commit message
ready to release 0.2.2

0.2.1

Toggle 0.2.1's commit message
add test

0.2

Toggle 0.2's commit message
Fix setup.py, only when package_dir given in setup() will check ntfsl…

…ink packaged installed on win32 platform. So it'll differ from uliweb setup itself, and uliweb project setup.

0.1.7

Toggle 0.1.7's commit message
Fix __mapping_only__ for manytomany bug

0.1.6

Toggle 0.1.6's commit message
* Remove APP_LAYOUT functionality, and it can be replaced with

    ```
    settings.APP_LAYOUTS.get('messages', 'layout.html')
    ```

  so you can still config app's layout template in settings.ini. Another way is
  to replace app's layout template in a new app with the same filename, and then
  install it after the original app in `INSTALLED_APPS`.

git-svn-id: https://uliweb.googlecode.com/svn/trunk@1065 14287918-b64d-0410-abb6-a92efa0c2026

0.1.5

Toggle 0.1.5's commit message
add DEBUG_CONSOLE default value as False

git-svn-id: https://uliweb.googlecode.com/svn/trunk@1017 14287918-b64d-0410-abb6-a92efa0c2026