Browse Source

Add list indexing incompatibility note (#155)

Andreas Stenius 11 years ago
parent
commit
c39dfe5132
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.markdown

+ 2 - 0
README.markdown

@@ -382,6 +382,8 @@ Differences from standard Django Template Language
   tag is not implemented. This should be
   [addressed](https://github.com/erlydtl/erlydtl/issues/115) in a
   future release.
+* List indexing is 1-based in erlydtl, while 0-based in Django (see
+  [#156](https://github.com/erlydtl/erlydtl/issues/156)).
 * For an up-to-date list, see all
   [issues](https://github.com/erlydtl/erlydtl/issues) marked
   `dtl_compat`.