Timeline
09/05/2006:
- 21:00 DevelopersForHire edited by
- (diff)
- 20:54 Ticket #2661 (html code for badges does not validate) created by
- Currently the html code for the django badges will not validate in …
- 17:07 Ticket #2660 (FloatField cant be edited in admin.) created by
- When adding the following FloatField to a model: score = …
- 14:46 Ticket #2659 ([patch] get_object_or_none shortcut) closed by
- wontfix: I'm marking this as a wontfix because it's a bit of feature creep. …
- 14:31 Ticket #2659 ([patch] get_object_or_none shortcut) created by
- I keep finding myself having to catch exceptions when I want to get an …
- 12:59 WikiStart edited by
- Added Diamanda link (diff)
- 11:36 Changeset [4f5fb9f5]stable/0.90.x by
- 0.90-bugfixes: changes in the README to provide more useful info on …
- 11:36 Changeset [e35be34c]stable/0.91.x by
- 0.91-bugfixes: fix bad copy/paste in previous version of README …
- 11:35 Changeset [4b973479]stable/0.91.x by
- 0.91-bugfixes: changes in the README to provide more useful info on …
- 11:12 Changeset [6152b325]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made psycopg2 backend actually support dictfetch* methods. …
- 11:04 Changeset [b2f1f38]stable/0.90.x by
- 0.90-bugfixes: fix a problem on mod_python that could result in stale …
- 11:03 Changeset [db2e70a7]stable/0.91.x by
- 0.91-bugfixes: fix a problem on mod_python that could result in stale …
- 08:42 Ticket #2656 (After creating a new user with create_user, calling login is failed) closed by
- invalid: I don't think that was the question -- if I'm understanding correctly, …
- 08:37 Ticket #2656 (After creating a new user with create_user, calling login is failed) reopened by
- I know that. But what I mean is since I can create a user …
- 08:32 Changeset [6f87b17a]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixes #2658 -- Modified SQLite cursor close() method for in-memory …
- 08:32 Ticket #2658 (Test suite fails using SQLite in memory database) closed by
- fixed: (In [3723]) Fixes #2658 -- Modified SQLite cursor close() method for …
- 08:27 Ticket #2658 (Test suite fails using SQLite in memory database) created by
- Ned Batchelder reports that when using the SQLite backend on [3708], …
- 08:19 Ticket #2656 (After creating a new user with create_user, calling login is failed) closed by
- invalid: Yes, you MUST call authenticate, as authenticate actually logs in the …
- 07:53 Ticket #2583 (can't use ForeignKey in list view (class Admin: list_display)) reopened by
- Same problem here, an exmaple […] When adding 'content' or …
- 07:00 Ticket #2657 ([patch] Add carriage return quote in django.utils.text.javascript_quote) created by
- \r should be also quoted, at least firefox interprets it as a new line …
- 04:00 Ticket #2656 (After creating a new user with create_user, calling login is failed) created by
- I see that login() should be called after authenticate(), but because …
09/04/2006:
- 19:26 Changeset [6417d6c7]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added some escaping of request.path to django/views/debug.py. Thanks, …
- 19:20 Changeset [7bd94625]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. …
- 19:20 Ticket #2646 (Spurious comma in Syndication/Atom1Feed Example Usage causes example ...) closed by
- fixed: (In [3721]) Fixed #2646 -- Removed unneeded comma in …
- 19:19 Ticket #2645 ([patch] template error handler has an error) closed by
- fixed: (In [3720]) Fixed #2645 -- Fixed format-string error in exception call …
- 19:19 Changeset [cba5557c]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #2645 -- Fixed format-string error in exception call in …
- 19:18 Ticket #2639 (A few words are not i18n-ized in admin interface) closed by
- invalid: Looks like the problem is that those phrases aren't translated in the …
- 19:16 Ticket #2409 (Call model methods on object from admin interface) closed by
- wontfix: Closing for the reasons I pointed out in the previous comment.
- 18:56 Ticket #2655 ([patch] Update to docs/templates_python.txt to include information on ...) created by
- Simple update that includes a new section titled Passing object …
- 18:56 Changeset [8e52384]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added small comment to django.template.loader_tags, to clarify change …
- 18:49 Changeset [b7a352d]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed template names from [3707] to remove initial caps, to fit our …
- 18:40 Changeset [8f79523b]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected spelling of 'behavior' in docs/templates_python.txt from …
- 16:47 Ticket #2654 (document the follow argument for maniplators) closed by
- wontfix: Manipulators are going away, so this isn't worth documenting in the …
- 16:29 Ticket #2654 (document the follow argument for maniplators) created by
- At the moment, follow seems to only be documented on the …
- 12:33 Ticket #2653 (multiple manytomanyfield on self causes complaint in manage.py) created by
- Consider: […] Both relations should be symmetrical. If A suggests …
- 11:59 Ticket #2652 ([patch] [per-object-permissions] changing perms fails if another app ...) closed by
- fixed: (In [3716]) [per-object-permissions] Fixes #2652, modified the form …
- 09:22 Changeset [f0362aa3]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Made minor formatting modifications to test framework …
- 09:02 Ticket #2637 ([patch] Filters no longer parsed for unresolved variables) closed by
- fixed: (In [3714]) Fixes #2637 -- Clarified handling of …
- 09:02 Changeset [cfe77946]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, …
- 08:05 Changeset [3a919dbe]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Made minor tweaks to the formatting of testing …
- 04:51 Ticket #2652 ([patch] [per-object-permissions] changing perms fails if another app ...) created by
- My application has a model called Group so editing row level perms …
- 03:34 Ticket #2651 (ForeignKey search/filter/autocomplete widget) created by
- This is an adoptation of nice SelectFilter2.js for single item …
- 02:43 BetterErrorMessages edited by
- manage.py now checks for applications named the same as a project, and … (diff)
09/03/2006:
- 21:40 Ticket #2650 (XML Serialization of None TextFields does not use the <None/> tag) created by
- There appears to be a problem serializing TextFields where the value …
- 21:21 MultipleDatabaseSupport edited by
- Status update: [3661] merge is done, finally (diff)
- 17:18 Ticket #2649 ([patch] update to documentation to mention side effect of ...) created by
- Ran into this again, so I thought I'd update the docs.. editable=False …
- 06:33 Ticket #2648 (Bi-directional edits of ManyToMany fields in admin) created by
- In certain situations, it makes sense to be able to edit a ManyToMany …
09/02/2006:
- 21:44 Changeset [8192a808]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Added documentation for the test Client, and removed a …
- 20:38 Ticket #2647 (Error when changing ManyToManyField referencing "self" with raw_id_admin) created by
- When a model field is defined as follows: subcomponents = …
- 19:04 Ticket #2646 (Spurious comma in Syndication/Atom1Feed Example Usage causes example ...) created by
- On the page http://www.djangoproject.com/documentation/syndication/, …
- 16:42 Ticket #2645 ([patch] template error handler has an error) created by
- django/template/init.py (revision 3709) arroundline 439 has a …
- 14:51 DevelopersForHire edited by
- Update my description (diff)
- 13:10 Changeset [5a1d560f]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps …
- 13:10 Ticket #2643 ([patch] sitemap broken after renaming to sitemaps) closed by
- fixed: (In [3710]) Fixed #2643 -- Fixed incorrect reverse() view names in …
- 05:08 Ticket #2644 (Object listing in Admin Panel lists all objects even when "objects" ...) created by
- For example a model class: […] It uses Sites to add/edit/show …
- 04:58 WikiStart edited by
- a typo squashed (diff)
- 04:40 Changeset [46d7defb]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Removed a call to the signal dispatcher that was …
- 04:34 Changeset [826b9ff]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Added model test for the test Client. git-svn-id: …
- 04:26 Changeset [d043200]attic/boulder-oracle-sprintattic/gisattic/newforms-adminattic/queryset-refactorattic/schema-evolution-ngattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #2333 - Re-added the template rendering signal for testing …
- 03:25 Ticket #2643 ([patch] sitemap broken after renaming to sitemaps) created by
- Hi, after renaming sitemap to sitemaps 3 lines needs to be changed, …
Note: See TracTimeline
for information about the timeline view.