Timeline
08/07/2014:
- 18:57 Changeset [267630a]stable/1.7.x by
- [1.7.x] Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
- 18:57 Changeset [51673c14]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
- 13:44 Ticket #22982 (Coercing GenericRelation property to string raises StopIteration exception) closed by
- fixed: In 29585e9b6a0ce15dc0149c8424cd11c3e27ee295: […]
- 13:44 Changeset [f676305e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22982 -- Added GenericRelatedObjectManager.str. to prevent …
- 13:41 Changeset [29585e9b]stable/1.7.x by
- [1.7.x] Fixed #22982 -- Added GenericRelatedObjectManager.str. to …
- 11:50 Ticket #23256 (Changes in Meta class are not detected after "makemigrations") closed by
- fixed: I bisected the issue and found that it was fixed in …
- 09:12 Changeset [4c56b6f8]stable/1.7.x by
- [1.7.x] Fixed flake8 warning. Backport of f9f9f3ad60 from master
- 09:11 Changeset [f9f9f3ad]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed flake8 warning.
- 08:06 Ticket #22067 (bug system "captcha" prompt is misleading) closed by
- fixed: I enabled GitHub auth on Trac and configured permissions to require …
- 08:03 WikiStart edited by
- (diff)
- 08:03 WikiStart edited by
- (diff)
- 08:02 Ticket #23256 (Changes in Meta class are not detected after "makemigrations") created by
- I found that adding "permissions" to the Meta class into a model and …
- 07:55 Ticket #23204 (Login not working after account activation) closed by
- wontfix: We just switched to GitHub auth, making this problem go away.
- 07:38 Ticket #23255 (Migrations fail with custom models.Field) closed by
-
worksforme: Hi,
Your code incorrectly passes
self
when calling thesuper(...)
… - 07:34 Changeset [a7336cd]stable/1.7.x by
- [1.7.x] Use smart_text rather than naive forcing-to-unicode for state …
- 07:34 Changeset [157c42a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use smart_text rather than naive forcing-to-unicode for state reading
- 07:32 Changeset [7960305]stable/1.7.x by
- [1.7.x] Added a missing unicode_literals that caused a test failure …
- 07:30 Changeset [57b60f9f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a missing unicode_literals that caused a test failure after refs …
- 07:26 Ticket #23255 (Migrations fail with custom models.Field) created by
- Follow the example at …
- 04:45 Ticket #23254 (ko locale translate contribution) closed by
- invalid: Hello and welcome! Contributions to the translation are always …
- 04:40 Ticket #23254 (ko locale translate contribution) created by
- Hi, I'm Ayun Park, from South Korea. And I found some missing of …
- 04:27 Ticket #23253 ("MANAGERS" setting doesn't correctly process the value, if it is given ...) closed by
- worksforme: Hi, What code is triggering this error (can you also provide the full …
- 04:13 Ticket #23253 ("MANAGERS" setting doesn't correctly process the value, if it is given ...) created by
- Django 1.6.5 According to the docs …
08/06/2014:
- 23:15 Changeset [9cc5d99]stable/1.7.x by
- [1.7.x] Fixed #23252: Call out removed features in release notes. …
- 23:14 Ticket #23252 (Better communication of features that will no longer be available in a ...) closed by
- fixed: In 173d989c91361243d0638f1e39db7148bc0ea4f8: […]
- 23:14 Changeset [173d989]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23252: Call out removed features in release notes. Also added …
- 21:21 Changeset [50369c52]stable/1.5.x by
-
[1.5.x] Removed a doc reference to the deprecated
mimetype
kwarg. … - 21:20 Changeset [3d8e106a]stable/1.6.x by
-
[1.6.x] Removed a doc reference to the deprecated
mimetype
kwarg. … - 21:18 Changeset [b6a60330]stable/1.7.x by
-
[1.7.x] Removed a doc reference to the deprecated
mimetype
kwarg. … - 21:15 Changeset [61ed9592]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Removed a doc reference to the deprecated
mimetype
kwarg. - 21:14 Ticket #23226 (Migrations generated by python2 break when using python3 to migrate) closed by
- fixed: In 5257b85ab8a4a86b24005e3ca8c542ede44b0687: […]
- 21:14 Changeset [bbcd86e2]stable/1.7.x by
- [1.7.x] Fixed #23226: Model options appearing as bytes type in migrations
- 21:13 Changeset [5257b85a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23226: Model options appearing as bytes type in migrations
- 21:00 Changeset [91195c77]stable/1.7.x by
- [1.7.x] Moved index dropping after FK dropping to please MySQL and fix test
- 20:59 Changeset [8d93b21]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved index dropping after FK dropping to please MySQL and fix test
- 20:53 Ticket #23244 (changing a ForeignKey to CharField breaks migrations) closed by
- fixed: In dfe86449c9951824dfa95d44af36ef1d8e578bdc: […]
- 20:52 Changeset [0e69af51]stable/1.7.x by
- [1.7.x] Fixed #23244: Error altering FK to non-FK in migrations
- 20:52 Changeset [dfe8644]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23244: Error altering FK to non-FK in migrations
- 20:43 Ticket #23237 (KeyError when upgrading to the new migrations system (related to git ...) closed by
- invalid: Python should be detecting that the bytecode cache is older than the …
- 20:27 Ticket #23252 (Better communication of features that will no longer be available in a ...) created by
- django.utils.encoding.StrAndUnicode is gone from 1.7 having been …
- 19:02 Ticket #23251 (Use a temporary folder to store uploaded files during tests) created by
- Today, when running tests, Django uses the production storage for …
- 17:51 Ticket #23250 (Document that ModelMultipleChoiceField queryset may be None) created by
- I have a ModelMultipleChoiceField whose queryset I want to populate …
- 11:51 Ticket #23245 (TypeError: 'set' object does not support indexing) closed by
- worksforme: That said, the plugin appears to work just fine. I can't reproduce the …
- 11:42 Ticket #23245 (TypeError: 'set' object does not support indexing) closed by
- invalid: How does this relate to Django?
- 11:17 Ticket #23245 (TypeError: 'set' object does not support indexing) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 09:38 Ticket #23244 (changing a ForeignKey to CharField breaks migrations) created by
- See my example project at: …
- 09:03 Ticket #23242 (Add an option to avoid slow date_hierarchy queries on a big tables) created by
- Because of using DISTINCT query date_hierarchy incredibly slows down …
- 07:43 Ticket #21603 (Inconsistent column names in cursor.description under SQLite break ...) closed by
- fixed: In 938da36cb12c07c93a44bb1b77984427e809d213: […]
- 07:41 Changeset [938da36c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of …
- 07:30 Changeset [d23d19c]stable/1.4.x by
- [1.4.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs. …
- 07:30 Ticket #23239 (missleading info concerning contrib.markup) closed by
- fixed: In e0fb48c2548c05b010c3b8d64f5906b092b0b503: […]
- 07:28 Changeset [e0fb48c2]stable/1.5.x by
- [1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.
- 07:02 Ticket #23239 (missleading info concerning contrib.markup) created by
- regards documentation of django.contrib.markup for django 1.3, 1.4 and …
- 05:23 Ticket #23237 (KeyError when upgrading to the new migrations system (related to git ...) created by
- There is a bit of an annoying gotcha connected to the upgrade path for …
- 04:53 Ticket #23236 (forms.Form should support a Meta class like forms.ModelForm) created by
- Please feel free to close this if you think my use case is too …
08/05/2014:
- 15:52 Ticket #23226 (Migrations generated by python2 break when using python3 to migrate) created by
- It seems that the use of byte strings in the files generated by …
- 14:34 DjangoJobs edited by
- (diff)
- 13:59 Ticket #23224 (Document EmailValidator domain whitelist parameter) created by
- I am unable to validate "webmaster@lab" email address using …
- 12:53 Ticket #23222 (Empty BinaryField != b'' on Python 2) created by
- = Problem = In Python 2, at least under SQLite, the initial value for …
- 10:22 Ticket #23216 (CheckboxInput does not work properly with value "0") closed by
-
worksforme: I see values of 0 and 1 in the
auth_user
table of my SQLite database … - 10:14 Ticket #23219 (Manager, QuerySet) closed by
- worksforme: Hi, It sounds like you're not reading the documentation that matches …
- 10:10 Ticket #23219 (Manager, QuerySet) created by
- Hi guys !! In documentation about models.manager in query set …
- 10:03 Ticket #20889 (HttpResponseBase._convert_to_charset complains about newline it ...) closed by
- needsinfo: Closing as needsinfo as it's not clear to me what we can do in Django …
- 09:45 Ticket #23138 (please add min_length to django.db.models.fields.Field) closed by
- wontfix: I think it could be implemented in PostgreSQL using a CHECK …
- 09:41 Ticket #23139 (mysql backend should use CHAR instead of VARCHAR if model has a ...) closed by
- duplicate
- 09:40 Ticket #23135 (Multiple routers cause problems with migration/sql management commands) closed by
- needsinfo
- 09:38 Ticket #23133 ('Command' object has no attribute 'stderr', now in ...) closed by
-
invalid: I think
validate()
was added as a hack to initialize app loading in … - 08:53 Ticket #23216 (CheckboxInput does not work properly with value "0") created by
- I loaded data to my local sqlite database from mysql database using …
- 08:52 Ticket #23215 (Warning: Field 'id' doesn't have a default value) created by
- This is a problem that I don't have with django 1.7.b4, but I do have …
- 07:49 Changeset [5fdfa2d]stable/1.6.x by
- [1.6.x] Fixed #21792 -- Documented Form.has_changed() Thanks bjb at …
- 07:49 Changeset [5e42e9f]stable/1.7.x by
- [1.7.x] Fixed #21792 -- Documented Form.has_changed() Thanks bjb at …
- 07:48 Ticket #21792 (Form.has_changed is not documented) closed by
- fixed: In edcc75e5ac5b9dc2f174580e7adacd3be586f8bd: […]
- 07:44 Changeset [edcc75e5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21792 -- Documented Form.has_changed() Thanks bjb at …
- 07:23 Changeset [9ed92906]stable/1.7.x by
- [1.7.x] Fixed broken links in docs. Backport of 0efd72dc90 from master
- 07:23 Changeset [0efd72dc]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed broken links in docs.
- 06:52 Ticket #23153 (1.7 migrations' temporary tables cause problems with gis) closed by
- fixed: In 5f6558f82f980ff1326ae0f71b4cdaa545c6f4c2" Stop errors on older …
- 06:49 Changeset [fcd42a48]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed code that assumed BooleanField could be null. Such a field …
- 06:29 Changeset [4121ce3d]stable/1.6.x by
- [1.6.x] Updated links for continous integration server. Backport of …
- 06:28 Changeset [0014d5b]stable/1.7.x by
- [1.7.x] Updated links for continous integration server. Backport of …
- 06:28 Changeset [21d0ceef]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated links for continous integration server.
- 06:10 Changeset [d679672a]stable/1.7.x by
- [1.7.x] Stop errors on older Spatialite versions that miss some tables
- 06:09 Changeset [5f6558f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stop errors on older Spatialite versions that miss some tables
- 05:32 BadContent edited by
- cholesterol (diff)
- 05:28 BadContent edited by
- weight reduction (diff)
- 05:25 BadContent edited by
- electronic cigarette (diff)
- 03:51 Ticket #23204 (Login not working after account activation) created by
- Looks like the login form that is presented after a user activates a …
08/04/2014:
- 20:56 Ticket #23159 (There should be a way to exclude certain fields from migrations) closed by
- wontfix: Alas, migrations need to include all fields, concrete or not, much in …
- 19:23 Ticket #23061 (Oracle SQL compiler adding outer pagination selects causing ORA-00907: ...) closed by
- fixed: In f3c0cb0120aa5805daa880f18b24f40bacde651f: […]
- 19:21 Changeset [f3c0cb0]stable/1.7.x by
- [1.7.x] Fixed #23061: Avoided setting a limit on a query for get with …
- 19:12 Changeset [746f2a4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23061: Avoided setting a limit on a query for get with …
- 18:22 Ticket #21197 (1.6 compatibility checks don't correctly validate TEST_RUNNER) closed by
- wontfix: I guess we are probably not going to revisit this at this point.
- 18:21 Ticket #18542 (Intermittent unhandled exception when killing runserver) closed by
- worksforme: Please reopen if it can be reproduced on a newer version of Django.
- 17:14 Ticket #23196 (Don't translate empty string as gettext metadata) created by
- (this is very similar to #11363) If you pass an empty string to …
- 14:55 DjangoJobs edited by
- (diff)
- 13:34 Ticket #23190 (Make paginator.page_range an iterator.) created by
- For 1.8, originally proposed in #23088, though had issues #23140. The …
- 12:00 BadContent edited by
- penile (diff)
- 11:05 Ticket #23183 (Use timestamp when uploading duplicate filenames) created by
- When Uploading duplicate filenames, we use incremental method to …
- 10:32 Ticket #23182 (squashmigrations having trouble with auth.User foreign key) created by
- Django 1.7rc2 on SQLite and Python 3.4. I'm trying to use …
- 10:26 Ticket #22234 (Special characters in database password are not escaped correctly on ...) closed by
- fixed: In bf5382c6e549d78da9f7029cd86686459b52eaed: […]
- 10:19 Ticket #19907 (Add additional style guidance for docstrings) closed by
- wontfix: I agree with Tim.
- 09:54 Changeset [6d256ae2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failures from 98e8da3709e400d549e87c7ff1450a2685c0adcf.
- 09:23 Changeset [8193a46]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo in comment in django/utils/version.py
- 09:22 BadContent edited by
- build muscle (diff)
- 09:21 Changeset [b50ea73e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed two tests in previous commit; refs #16311.
- 08:52 Ticket #23173 (SCRIPT_URL on WSGI is misinterpreted when PATH_INFO is empty) created by
- This bug is pretty obvious. In the dev version it's in …
- 08:39 Ticket #16311 (Option to limit list_filter to related_objects of instances of the list) closed by
- fixed: In 98e8da3709e400d549e87c7ff1450a2685c0adcf: […]
- 08:39 Changeset [98e8da37]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
- 08:21 Changeset [bf5382c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22234 -- Replaced OS-specific code with subprocess.call() in …
- 07:32 Ticket #23169 (documentation small fix) closed by
- fixed: In a582431b414295ad4cabf0dc8d76229512a459df: […]
- 07:31 Changeset [a582431]stable/1.7.x by
- [1.7.x] Fixed #23169 - Misc docs fixes. Backport of e4dd8b5dde from master
- 07:29 Changeset [e4dd8b5d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23169 - Misc docs fixes.
- 07:27 Ticket #23170 (password_reset post_change_redirect) closed by
- invalid: Hi, We don't really track translation issues here, but rather on …
- 06:57 Ticket #23170 (password_reset post_change_redirect) created by
- For the french documentation of django 1.6. Url: …
- 06:50 Ticket #22745 (ModelChoiceField and ModelMultipleChoiceField with RadioSelect and ...) closed by
- fixed: In 5e06fa1469180909c51c07151692412269e51ea3: […]
- 06:47 Changeset [5e06fa14]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset …
- 06:29 Ticket #23169 (documentation small fix) created by
- Misc of small fixes for documentation
- 05:57 Changeset [399cf303]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected a comment in forms/forms.py; refs #16612.
- 05:06 Ticket #23168 (request.GET.getlist) closed by
- invalid: Please see TicketClosingReasons/UseSupportChannels.
- 04:29 Ticket #23168 (request.GET.getlist) created by
- Hello, When I do var = request.GET.getlist(name + 'var') where name …
- 02:51 Ticket #23167 (BaseForm lacks a useful repr) created by
-
Currently, form instances have a useful
__str__
which renders them …
Note: See TracTimeline
for information about the timeline view.