This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
forked from oscarmlage/django-cruds-adminlte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
269 lines (230 loc) · 12 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
=========
Changelog
=========
0.0.15
------
* ''76a6913'' (HEAD -> master, origin/master, origin/HEAD) Little improvement in the demo documentation
* ''fd9fe2b'' Merge pull request #97 from rtubio/master
* ''3067e63'' django-ajax fixed to point to the right min.js file
* ''8f31118'' Fixing security alerts from github
* ''e3bf5a6'' Added missed link in CHANGELOG
* ''dcab42d'' (tag: 0.0.14) New version 0.0.14
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.14...master
0.0.14
------
* ''fd0181e'' (HEAD -> master, origin/master, origin/HEAD) Reviewed BSD-3 License
* ''615d046'' Addded new contributors
* ''379a885'' Merge pull request #95 from miguelmendez17/Issue#89
* ''5b8aeb9'' Merge pull request #92 from alegambo/pasante
* ''e95e425'' Change in requirements (ajax) and solving Issue #89
* ''9d4f88a'' change the directory of the 403.html template from HttpRespnse/403.html to cruds/403.html
* ''8804b8c'' Working on Changes of Issue 75
* ''edf2e50'' HTML cosmetics in detail/update
* ''d00b5e8'' FIX: You can add/define related_fields by model to not mess up things while saving models with FK fields
* ''18fcc53'' FIX: You can add/define list_fields by model to see only the fields you want in the list view, not all of them
* ''705d1d6'' Working on issue #75
* ''d3c0c6a'' PEP8 cosmetics
* ''ae306bd'' Merge branch 'master' of https://github.com/oscarmlage/django-cruds-adminlte
* ''1939cd8'' Merge pull request #85 from luisza/permcheck
* ''2ef9cc3'' fixed forbiden error
* ''7836ba4'' Merge pull request #83 from poipoii/master
* ''b19c2b0'' Re-order List View fields
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.13...master
0.0.13
------
* ''ac96520'' (HEAD -> master, origin/master, origin/HEAD) PEP8 cosmetics
* ''11b1444'' Merge branch 'master' of https://github.com/oscarmlage/django-cruds-adminlte
* ''58346ee'' Merge pull request #81 from luisza/support2x
* ''a7e9f4f'' demo site fixed and prevent error on migrate with empty db
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.12...master
0.0.12
------
* ''28abf93'' (HEAD -> master, origin/master, origin/HEAD) Fixes maxsplit issue + some pep8 cosmetic changes
* ''b30b425'' Merge pull request #78 from mbourqui/dev/crud/relatedmodelfields
* ''04cd359'' Merge pull request #77 from mbourqui/dev/crud/templateblocks
* ''286f633'' Support overriding blocks in CRUD views
* ''da359d6'' Support fields from related models in CRUD views
* ''c07eafb'' PEP8 Cosmetics (tests.py partially fixed)
* ''6b5061b'' PEP8 Cosmetics
* ''9b438c7'' Merge branch 'master' of https://github.com/oscarmlage/django-cruds-adminlte
* ''ce6b0c4'' Merge pull request #64 from luisza/perm_function
* ''968f608'' Merge pull request #67 from migue56/testing_django2_0
* ''8c5f8f8'' cleaning tests and comments
* ''a26935d'' adding comment on on test.py
* ''52e402d'' adding test to post without user log
* ''b6ffea3'' adding test to login/ out login views
* ''42dfd86'' testing delete url actions
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.11...master
0.0.11
------
* ''82cc5cf'' (origin/master, origin/HEAD) Merge pull request #59 from luisza/patch-1
* ''d50bbe0'' Fixed broken register_tag behavior
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.10...master
0.0.9
-----
* ''cce702a'' Merge branch 'master' of https://github.com/oscarmlage/django-cruds-adminlte
* ''621988e'' Merge pull request #49 from migue56/django2_0_#48
* ''b958d88'' Checking lines
* ''f473a6f'' checking filter url when changes you from view to other view (checked)
* ''b7fc88f'' fixed filters paramters to grud.py
* ''56f2efc'' changes on filter.py to build pagination params
* ''fd1f9d7'' Changes filter.py get_cleaned_fields
* ''b0730be'' cleaning print() to filter.py
* ''9c86a80'' cleaning print() to filter.py
* ''cf1e4f7'' update filter.py
* ''1b4d2e9'' try/except ValueError over get_filter
* ''9f4cd8f'' Update demo to testing issues
* ''6587ef5'' Update demo to testing of issues django 2.0
* ''ec175b1'' Fixes #48: 'ForeignKey' object has no attribute 'rel'
* ''c5c3007'' Merge pull request #47 from migue56/django2_0
* ''ed61dfa'' Update urls.py
* ''d89d9d9'' Update models.py
* ''74c6050'' Update utils.py
* ''92dd062'' Update crud_tags.py
* ''5c59a38'' Update adminlte_helpers.py
* ''d28022a'' Test and settings of demo django2.0/1.11/1.10
* ''4f03c2c'' Test and settings of demo django2.0/1.11/1.10
* ''ce14461'' Test and settings of demo django2.0
* ''0c1b7bc'' Test and settings of demo django2.0
* ''f0ab4e8'' Deleted debug-toolbar to demo django 2.0
* ''f9ea2d6'' Cleaning debug-toolbar to demo django 2.0
* ''38482cb'' Changed demo to django 2.0
* ''5994072'' Change requirements.txt ajax version
* ''c09375f'' Add intergerfild to templates colums
* ''b35df35'' Attibute 'user.is_authenticated()' don't exist on django 2.0, change to 'user.is_authenticated'
* ''f760b44'' Attibute 'user.is_authenticated' don't exist on django 2.0
* ''295d7d1'' Changes of 'installation.rst' with django 2.0 librarys
* ''3fdf9d3'' fix 'register.assignment_tag' to django 2.0
* ''1cd0548'' Attribute '@register.assignment_tag' don't exist on django 2.0, changing that to @register.tag
* ''ddf0f93'' Import of file utils.py 'from django.core.urlresolvers import reverse' don't exist on Django 2.0, that need to be changig to 'from django.urls import reverse
* ''bb825b0'' Import of file templatetags/crud_tags.py 'from django.core.urlresolvers import reverse' don't exist on Django 2.0, that need to be changig to 'from django.urls import reverse'.
* ''04e8d17'' Removing print
* ''6a223af'' Merge pull request #42 from justelex/patch-2
* ''f5ad3bc'' Merge pull request #41 from justelex/patch-1
* ''f443982'' Python 2 -> Python 3
* ''2f5cfd8'' Fixed: Wrong packagename in documtation
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.9...0.0.10
0.0.8
-----
* ''33e5166'' (HEAD -> master, origin/master, origin/HEAD) PEP8 Cosmetics
* ''906b023'' Merge pull request #40 from luisza/filter
* ''bbde3f1'' Update documentation of components
* ''33ffed7'' Documentation and some fixes
* ''907d72f'' Filters working with pagination but not with search form
* ''80dc29a'' Filter form
* ''8df2764'' Merge master
* ''3d0999d'' Add filter collapse
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.8...0.0.9
0.0.7
-----
* ``cb61f46`` (HEAD -> master, origin/master, origin/HEAD) PEP8 Cosmetics
* ``ac5d979`` Merge pull request #39 from luisza/pagination
* ``309d37e`` Pagination functionality with support of numeration and prev_next
* ``160550b`` Partially fixes #23, pagination now is set (hardcoded) to 10 + added pagination links in list template
* ``76d8245`` Fixes #34, corrections to the README
* ``80931a8`` Fixed pypi url
* ``33350d3`` Adding online resources to the documentation
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.7...0.0.8
0.0.6
-----
* ``2afad55`` (HEAD -> master, origin/master, origin/HEAD) Fixes an error related with #32 + Updates the demo
* ``5a63520`` Added feature: common cruds url + fixes #32
* ``57b4ea6`` Adding new column types
* ``fa54e77`` PEP8 Cosmetics
* ``4b458f9`` Fixed: adds the filter only if there is request.GET.get(related), if not it works as before
* ``6af9252`` Merge pull request #31 from luisza/relatedCrud
* ``5932da4`` Related fields for foreignkeys
* ``a5596f2`` Adding relad field function
* ``908c055`` Fixes CHANGELOG links
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.6...master
0.0.5
------
* ``a87c87c`` - (HEAD -> master, origin/master, origin/HEAD) Added some screenshot to the documentation (2)
* ``96bdb58`` - Added some screenshot to the documentation
* ``dfa74ce`` - PEP8 cosmetic + some minor fixes related to search feature
* ``9ffcf51`` - Merge pull request #28 from luisza/search
* ``6dd38ff`` - Search feature
* ``4a64ca0`` - Typo fixed, thanks to Matej Vadnjal (@matejv) for noticing
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.5...0.0.6
0.0.4
------
* ``df6cbcf`` - (HEAD -> master, origin/master, origin/HEAD) PEP8 cosmetics
* ``cdbb7d4`` - Merge pull request #26 from luisza/perm_fixes
* ``b50d8a5`` - fixed contentype not found on migrations
* ``616a75c`` - fixed permission and allow inherit of other base template
* ``eed91a9`` - Merge branch 'master' into docs
* ``16e89e3`` - Update CRUDViews documentation
* ``d788b6d`` - PEP8 cosmetics
* ``dbcee00`` - Merge pull request #24 from luisza/demo_fixes
* ``48b1d42`` - Adding demo site and fix input time format
* ``1a7f4a1`` - Fix str not _meta in list view
* ``c99f2ba`` - Filter views and demo site
* ``c26132a`` - Added demo site
* ``c4a3055`` - Adding tests structure
* ``159981f`` - Inline forms running properly in modal. Errors are well formatted now. Fixes #22
* ``c4a830f`` - Fixing MANIFEST
* ``6aa9676`` - Merge master
* ``dd24b8f`` - Documentation minor issue fixed (2)
* ``999dafb`` - Documentation minor issue fixed
* ``7f803d0`` - Documentation improved, new screenshot images for inlines
* ``6a8acc1`` - Adding cruds-columns screenshot to documentation
* ``8b879af`` - Change documentation theme for RTD
* ``5d50505`` - Improve README.rst with screenshots (6)
* ``ea59ff4`` - Improve README.rst with screenshots (5, github does not allow include in README.rst for security reasons)
* ``0f60b87`` - Improve README.rst with screenshots (4)
* ``8d540e5`` - Improve README.rst with screenshots (3)
* ``fe702d8`` - Improve README.rst with screenshots (2)
* ``6e6d7b1`` - Improve README.rst with screenshots
* ``b26d90d`` - Documentation organized (fixes #13)
* ``b54ea2b`` - Documentation organized (fixes #13)
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.4...0.0.5
0.0.3
------
* ``e4e3f0b`` - (HEAD -> master, origin/master, origin/HEAD) Add bootstrap
modal windows to inline behavior
* ``23b111f`` - Fixes some inline_crud errors
* ``7a6ae01`` - Some pep8 cosmetics
* ``e8bed1d`` - Merge pull request #12 from luisza/ajax_inline
* ``bc1992a`` - Merge pull request #11 from luisza/pip_package
* ``eeceeb2`` - New Inline ajax functionality
* ``542c6ff`` - Adding templatetags
* ``d81441d`` - remove IDE .settings/
* ``f367bdb`` - Adding templates and static to pip package
* ``e93741d`` - Merge remote-tracking branch 'upstream/master'
* ``70fe2c1`` - Merge pull request #9 from luisza/new_crud_system
* ``72faa04`` - Removing old code sample related to ckeditor, fixes #10
* ``b6a7a41`` - Fix documentation
* ``baa5568`` - Namespace full support
* ``fa57be6`` - Adding forms
* ``e9fd050`` - Requirements for project
* ``007c7ac`` - New CRUD System without test or docs
* ``df2a868`` - Fixed bad link to jquery-cookie (added to static)
* ``c220cd7`` - Fixed bad link to jquery-cookie (added to static)
* ``af58e34`` - Added some missing stuff due to bad .gitignore. Fixes #8
* ``907b288`` - Improve columns related code
* ``3da9be8`` - Fixed documentation
* ``a14e7ec`` - Added support for columns in list pages
* ``636734b`` - Updated documentation with Pypi link. Fixes #6
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.3...0.0.4
0.0.2
------
* ``9ce4da4`` - Minor changes in setup.py
* ``6fd30e3`` - Updated README.rst
* ``e89bda0`` - Massive refactor, changed name django-cruds to
django-cruds-adminlte, the app now is cruds_adminlte (instead
of cruds). Deleted orphan references to django-compressor.
Fixed setup.py references to HISTORY.rst. Fixes #5
* ``53c2c49`` - Updated TODO.rst
* ``abbe074`` - Fixes #1 (problem with old db values)
* ``56ca599`` - Added CONTRIBUTING.rst, glad if someone joins to the project
* ``1ac4467`` - Fixed documentation typo
* ``6faf248`` - Added CKEditorWidget
* ``a936206`` - Documentation updated
* ``bb21eeb`` - Added datetimepicker, Fixed timepicker
* ``aa01a09`` - Adding DatePickerWidget, TimePickerWidget and ColorPickerWidget
to custom forms
* ``1314604`` - Impproved documentation a bit
* ``d4075fd`` - Impproved documentation a bit
* ``d641a8f`` - Added some screenshots to the documentation
* ``b2cb152`` - Adding basic documentation
https://github.com/oscarmlage/django-cruds-adminlte/compare/0.0.2...0.0.3