Timeline
09/19/2012:
- 18:47 Ticket #18991 (Allow the use of 'app_name.perm_name' in perms in templates) created by
- Now that we have smart if tag, it seems natural to look up permissions …
- 17:01 Changeset [1189dca4]stable/1.4.x by
- [1.4.X] Fixed #15325 - Added a link to RelatedManager in the …
- 17:01 Changeset [57cdbf3]stable/1.4.x by
- [1.4.X] Fixed #14829 - Added references to CBVs in the URLConf docs; …
- 17:01 Changeset [3a64adef]stable/1.4.x by
- [1.4.X] Fixed #13586 - Added an example of how to connect a …
- 17:00 Ticket #15325 (Please include a reference to the 'Related objects reference' in ...) closed by
- fixed: In 0fdfcee257155ad29ff161725d94f41f0e77691f: […]
- 17:00 Changeset [0fdfcee]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15325 - Added a link to RelatedManager in the ManytoManyField …
- 17:00 Ticket #14829 (URL dispatcher documentation with class-based generic views) closed by
- fixed: In acd74ffa358a64861fae8fd7bf020fc3a50341b2: […]
- 16:59 Changeset [acd74ffa]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14829 - Added references to CBVs in the URLConf docs; thanks …
- 14:50 Ticket #18990 ('manage.py loaddata' does not report if the loading file does not exist) created by
- In the next case the file ProductCategory2.json does not exist …
- 14:10 Ticket #13586 (Improvements in Signals.m2m_changed documentation) closed by
- fixed: In 1360bd4186239d7e4c4481b7d6a1a650fe69d12f: […]
- 14:09 Changeset [1360bd41]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13586 - Added an example of how to connect a m2m_changed signal …
- 12:25 Ticket #16865 (get_or_create defaults to _for_write even when it's just reading) closed by
- wontfix: Closing as wontfix, as after discussion with jdunck I no longer see …
- 12:24 Ticket #16865 (get_or_create defaults to _for_write even when it's just reading) reopened by
- 12:15 Changeset [4e9a74b8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed #16865 -- Made get_or_create use read database for …
- 11:39 Ticket #18971 (Add a CONTRIBUTING doc) closed by
- fixed: I had tested this with one of my other repos before pushing and .rst …
- 11:07 Ticket #16865 (get_or_create defaults to _for_write even when it's just reading) closed by
- fixed: In 901af865505310a70dd02ea5b3becbf45819b652: […]
- 11:06 Changeset [901af865]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16865 -- Made get_or_create use read database for initial get …
- 08:48 Ticket #18989 (Supspicious code in CursorWrapper.) created by
-
Shouldn't it be
__getattribute__()
? If we want set_dirty() to be … - 07:17 Ticket #18971 (Add a CONTRIBUTING doc) reopened by
- This isn't showing up on github as described in the referenced github …
- 06:55 Ticket #18988 (initialization of hidden_initial_fields after a form was bound) created by
- After a failed form validation this forms hidden_initial-fields …
- 06:37 Ticket #18987 (Django contrib admin redirection error on actions) created by
- When user remote user authentication backend and accessing django …
- 06:28 Ticket #18986 (Improve error message for broken CSS in CachedStaticFilesStorage) created by
- When a CSS file references a non-existing image, …
- 05:14 Ticket #18857 (collectstatic does not take into account modified dependencies) closed by
- needsinfo: I can't reproduce this, and I suspect it's a misconfiguration, where …
- 05:08 Ticket #18958 (CachedStaticFilesStorage should handle errors with broken CSS) closed by
- wontfix: No, it shouldn't just warn that the links is broken. It was a …
- 05:00 Ticket #18983 (django.contrib.staticfiles.finders.find can return [None] if a file is ...) closed by
- wontfix
09/18/2012:
- 17:42 Ticket #11584 (Clarify InlineModelAdmin documentation) closed by
- wontfix: I think the docs are fairly explicit in usage: "You add inlines to a …
- 17:26 Ticket #18985 (DeprecationWarning no longer loud by default in Python 2.7+) created by
- Since Python 2.7 (and 3.2) Python no longer emits output for …
- 16:08 Ticket #18984 (TransactionTestCase._fixture_teardown locks under mysql) created by
- When using multiple aliases to the same DB (either via TEST_MIRROR or …
- 15:38 Ticket #18981 (Django Unobtrusive Ajax) closed by
- invalid: I don't see any particular reason why this would need to live in …
- 14:15 Changeset [44767f2]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use unicode.translate to speed up js escaping.
- 14:06 Ticket #18980 (master .assertContains after d1452f60 should still coerce objects to text.) closed by
- fixed: In 40e62a5ccd08f241e977c9ffcb96005b9f2d95e6: […]
- 14:05 Changeset [40e62a5]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18980 -- Fixed assertContains regression when passed an object
- 13:11 Ticket #18983 (django.contrib.staticfiles.finders.find can return [None] if a file is ...) created by
- If a custom Finder returns None when it can't find a file (when …
- 12:45 Ticket #18800 (Template cannot format integers bigger than maximum float) closed by
- fixed: In 319e1355190d414ee1b095b26fbb494cf9a27578: […]
- 12:43 Changeset [319e1355]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18800 -- Support numbers bigger than max float in …
- 12:34 Ticket #18982 (DateField.clean raises TypeError when passed NUL bytes. Should be ...) created by
- When a DateField (or any BaseTemporalField) tries to clean a value …
- 12:32 Ticket #18981 (Django Unobtrusive Ajax) created by
- This is the easiest way to do Ajax in Django: …
- 12:32 Changeset [11cdfb35]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #375 from collinanderson/patch-8 versionadded for …
- 12:06 Ticket #18980 (master .assertContains after d1452f60 should still coerce objects to text.) created by
- In [1], smart_str(text) was removed, but probably shouldn't have been. …
- 10:31 Ticket #18979 (PermWrapper + template "if in" interaction) created by
- Trying to do […] will result in endless loop. Above, the perms is …
- 10:20 Ticket #18977 (bad removal of comments in custom_sql_for_model) closed by
- duplicate: In #4680 (recently fixed), we improved sql parsing and probably fixed …
- 10:06 Changeset [b771bcc7]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- document changes for YearArchiveView.
- 08:49 Ticket #18978 (Move cleanup management command to contrib.sessions) created by
- Right now it's in core.management I propose moving it inside …
- 08:27 Ticket #17314 (Error creating nested query with GeoDjango's spatial filters) closed by
- duplicate: I guess this is a duplicate of #13670 which has been fixed in 1.4. …
- 06:26 Ticket #18977 (bad removal of comments in custom_sql_for_model) created by
- When providing initial data for models as SQL files, the function …
- 04:59 Changeset [7e8c64d8]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Dropping pointless self.fail calls
- 04:37 Changeset [ae6ffd2e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stylistic fixes: triple-quoted docstrings, more comments
- 04:07 Ticket #18976 (problem with datepicker django widget) created by
- hello, we have a problem with date picker widget. We defined form …
- 03:17 Ticket #18975 (Remove explicit support for bad practices) created by
- In django/db/models/loading.py in AppCache.register_models the …
- 01:44 Ticket #18974 (Warn against using models.permalink) created by
- The permalink decorator should be deprecated and ultimately removed. …
- 01:28 Ticket #18973 (Tests fail with login signal receiver which posts messages) created by
- I have login signal receiver which posts a message: […] And in …
- 00:10 Ticket #18971 (Add a CONTRIBUTING doc) closed by
- fixed: In 70248cce0a8a3144df9f36e15fbeb5cc1b091c3e: […]
- 00:09 Changeset [70248cc]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18971 -- added root level CONTRIBUTING doc
- 00:02 Changeset [b1b32b2]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added myself as a committer.
09/17/2012:
- 19:35 Ticket #18966 (Add View source to documentation) closed by
- duplicate: Already raised in #17238
- 18:38 DevelopersForHire edited by
- Sophilabs description deprecated. (diff)
- 18:02 Changeset [89e809c4]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #195 from pydanny/ajax-docs-example Added example …
- 17:51 Changeset [06227fbb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Python 3 compatability. 2.6 was a while back, I should learn ' as '.
- 17:45 Changeset [c5e2ecae]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix bug in get_indexes affecting the tests
- 15:55 Ticket #18947 (Uploaded files have exec bit set by default) closed by
- fixed: In e8c6aff3bf31b775dd70581b1cf6f86d5abd4001: […]
- 15:54 Changeset [23d0136]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge branch 'lotheac-fix_uploaded_file_exec'
- 15:53 Changeset [e8c6aff]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18947 -- Don't make uploaded files executeable by default. …
- 15:24 Ticket #18972 (Refactor bundled WSGI server's chuking logic) created by
- on core/servers/basehttp.py, lines 97-103: if length > …
- 15:16 Changeset [d0b3536]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- More schema test fixing
- 14:56 Changeset [06f7935]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac.
- 14:00 Changeset [9313dea]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge remote-tracking branch 'core/master' into schema-alteration …
- 13:57 Changeset [dbf8b93]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix app loading/test interaction
- 13:02 Ticket #18971 (Add a CONTRIBUTING doc) created by
- https://github.com/blog/1184-contributing-guidelines Seems this would …
- 12:52 Changeset [d21f3d9]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Only update
last_login
instead of the whole user object in … - 07:27 Ticket #18970 (Document that Django doesn't work with MySQL under Python 3) created by
- I am trying to use the Django with experimental Python 3 support on …
- 05:13 Ticket #18956 (i18n_patterns and problem with cache(memcached)) closed by
- invalid: Sorry, it's problem uwsgi updates. Problem cache-i18n- not exist.
- 02:56 Changeset [b16f8b5f]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add example of AJAX form submission. Credit goes to @SystemParadox. …
- 01:13 Ticket #18969 (ORM filtering with "year" lookup for dates) created by
- When I do query with lookup in orm: […] or […] I get results: …
09/16/2012:
- 23:23 Ticket #18968 (Spatialite GML test failure) created by
- The GML returned from Spatialite has changed format in version 3.0 and …
- 20:36 Ticket #18967 (django.core.mail.EmailMessage._create_mime_attachment incorrectly ...) created by
- Django appears to insert message/rfc822 attachments in base64 …
- 17:32 Ticket #18966 (Add View source to documentation) created by
- I know that this will require a lot of work, but i think it would be …
- 16:00 Changeset [a630d08]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #360 from calebsmith/add-permalink-wraps-test …
- 15:01 Ticket #17485 (Queries with both deferred fields and select_related defer field.name ...) closed by
- fixed: In f399a804c9436a5d3ef9e2b73c337904af2c753d: […]
- 14:58 Changeset [f399a804]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17485 regression -- only + select_related interaction When …
- 14:11 Ticket #18965 (Properly deprecate PROFANITIES_LIST.) created by
- Okay, so it's been set to an empty tuple now, tho I *believe* that …
- 07:19 Ticket #18964 (defaultfilters test passes unexpectedly under Python 3) created by
- defaultfilters.DefaultFiltersTests.test_floatformat_fail is currently …
- 04:45 Changeset [935a8635]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #372 from ptone/patch-2 Clearer wording for defer docs
- 04:41 Changeset [e4d338ac]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #371 from camilonova/fix_docs_typo Fixes docs typo
Note: See TracTimeline
for information about the timeline view.