Skip to content

Commit

Permalink
Prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed May 19, 2019
1 parent 765b41c commit 44e399a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.4.0 (2019-04-05)
0.4.0 (2019-04-19)
- Changed name lookup field `{field}__gte` -> `{field}__range__gte`

0.3.16 (2019-04-05)
0.3.16 (2019-04-14)
- Fix problem when thousand separator is used (#18)

0.3.15 (2019-04-05)
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ In admin
from django.contrib import admin
from rangefilter.filter import DateRangeFilter, DateTimeRangeFilter
from .models import Post
@admin.register(Post)
class PostAdmin(admin.ModelAdmin):
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__author__ = 'Dmitriy Sokolov'
__version__ = '0.3.16'
__version__ = '0.4.0'


default_app_config = 'rangefilter.apps.RangeFilterConfig'
Expand Down

0 comments on commit 44e399a

Please sign in to comment.