Timeline
04/20/2006:
- 21:28 Ticket #1518 (using different TEMPLATE_FILE_EXTENSION would be nice) closed by
- wontfix: Now that TEMPLATE_FILE_EXTENSION is gone, I doubt this will happen.
- 21:14 Ticket #1645 ([magic-removal] tutorial03.txt: Template names in render_to_response ...) closed by
- fixed: Must have been fixed, cos all the render_to_response's are correct in …
- 21:06 Ticket #1666 ([patch] [magic-removal] render_to_response '.html' updates for ...) created by
- Fixes for documention which didn't use '.html' in render_to_response …
- 21:01 Ticket #1665 ([patch] Added "length" param to Field class) created by
- Pretty much what the title says: I wanted to be able to specify the …
- 20:43 UnicodeInDjango edited by
- Commented about lazy evaluated method calls (diff)
- 20:41 Ticket #1664 (Lazy evalutation doesn't work properly for returned Unicode objects) created by
- When you use utils.functional.lazy() to defer the return of a …
- 20:26 Ticket #1663 (problem(?) in vote() function of views.py in tutorial04.txt of ...) created by
- I'm heeding Adrian's call for m-r doc nitpicks. My Python is pretty …
- 17:21 UsingVimWithDjango edited by
- Quickly added link to vim.org syntax highlighting (diff)
- 16:25 RemovingTheMagic edited by
- Removed "Stuff that needs to be done" section (diff)
- 14:47 Ticket #1641 ([magic-removal][patch] WSGIRequest.get_full_path should permit absent ...) closed by
- fixed: (In [2715]) magic-removal: Fixed #1641 -- Changed …
- 11:18 SummerOfCode2006 edited by
- refactor settings to allow distribution of smaller components (diff)
- 11:09 SummerOfCode2006 edited by
- admin system tasks (diff)
- 11:05 SummerOfCode2006 edited by
- added bit about authorization (diff)
- 10:41 SummerOfCode2006 edited by
- Microsoft Access!? (diff)
- 10:34 SummerOfCode2006 edited by
- updated spell checking idea (diff)
- 10:18 SummerOfCode2006 edited by
- spell checking idea (diff)
- 07:53 Ticket #1662 ('string' form references in models don't appear to work) created by
- Michael Radziej <mir@…> reports that the following two models, …
- 07:48 Ticket #1661 (Forward declaration of OneToOneField requires 'to_field' to avoid ...) created by
- njharman (lists@…) reports: […] Works. […] Fails …
- 07:13 Ticket #1660 (BiDi language tuple, functions and template tags) created by
- Attached a patch to add Bidi functionality. Included: * …
- 00:48 SummerOfCode2006 edited by
- (diff)
04/19/2006:
- 22:59 Ticket #1659 ([patch] [magic-removal] References to decomissioned ...) created by
- In the magic removal branch, the following files still have references …
- 20:06 SummerOfCode2006 edited by
- Added notes about a worthwhile goal for the Admin interface; to bring … (diff)
- 16:33 SummerOfCode2006 edited by
- Added Eugene's name to mentor list (diff)
- 15:16 SummerOfCode2006 edited by
- added AJAX set idea (diff)
- 14:13 SummerOfCode2006 edited by
- Added some notes for students interested in submitting proposals (diff)
- 14:04 SummerOfCode2006 edited by
- Added a few more mentors (diff)
- 14:02 SummerOfCode2006 edited by
- Cleaned up the ideas section, fleshing out some ideas and removing … (diff)
- 13:46 Ticket #1658 (db.models.base.ModelBase.__new__ fails to deduce app_label with model ...) created by
- In the latest magic-removal branch, if models are in a separate …
- 11:57 Ticket #1657 (CheckboxSelectMultipleField renders a "disordered" list ("patch")) created by
- Since the output of the formfield is defined as: …
- 11:09 DevelopersForHire edited by
- (diff)
- 10:55 Ticket #1445 (Response middleware can leak db connection) reopened by
- This needs to be applied to trunk as well. I'm running a django …
- 10:53 SummerOfCode2006 edited by
- cleanup related to coding-only requirement (diff)
- 09:31 SummerOfCode2006 edited by
- Added note one tutorial sudgestion (diff)
- 08:51 SummerOfCode2006 edited by
- Tutorial suggestion (diff)
- 08:32 SummerOfCode2006 edited by
- mentioned SchemaEvolution (diff)
- 08:01 SummerOfCode2006 edited by
- no you can't have a pony (diff)
- 07:01 SummerOfCode2006 edited by
- (diff)
- 06:51 SummerOfCode2006 edited by
- (diff)
- 02:49 Ticket #1656 (Model Inheritance is not implemented) created by
- The ideas in ModelInheritance should be implemented by the clever …
- 02:42 SummerOfCode2006 edited by
- (diff)
04/18/2006:
- 23:22 SummerOfCode2006 edited by
- (diff)
- 23:21 SummerOfCode2006 edited by
- (diff)
- 22:30 SummerOfCode2006 edited by
- added my name to mentoring list (diff)
- 20:54 SummerOfCode2006 edited by
- minor correction (diff)
- 20:52 SummerOfCode2006 edited by
- added some ideas (diff)
- 19:33 SummerOfCode2006 edited by
- (diff)
- 17:02 SummerOfCode2006 edited by
- Added my name (diff)
- 16:29 SummerOfCode2006 edited by
- (diff)
- 16:28 SummerOfCode2006 edited by
- removed typo (diff)
- 16:27 SummerOfCode2006 edited by
- (diff)
- 16:15 SummerOfCode2006 edited by
- added myself as a mentor. (diff)
- 16:14 SummerOfCode2006 created by
- Added skeleton Summer of Code page
- 14:42 Ticket #1655 (Default project 'django.middleware.sessions.SessionMiddleware' not changed) closed by
- fixed: (In [2714]) magic-removal: Fixed #1655 -- Fixed new SessionMiddleware …
- 14:17 Ticket #1655 (Default project 'django.middleware.sessions.SessionMiddleware' not changed) created by
- django.middleware.sessions.SessionMiddleware needs to be changed to …
- 08:41 Ticket #1198 (backslash-escape doesn't work on date filters) closed by
- fixed: (In [2713]) magic-removal: Fixed #1198 -- Modified handling of escape …
- 07:21 Ticket #1622 (None) closed by
- fixed: This problem has disappeared with changeset 2709.
04/17/2006:
- 16:25 DjangoUsingFlup edited by
- (diff)
- 16:02 Ticket #1544 ([patch] django-admin.py inspectdb shouldn't require dbname) closed by
- fixed: (In [2711]) magic-removal: Fixed #1544 -- Changed 'inspectdb' to use …
- 15:55 Ticket #1652 (sqlite backend executemany -> typo bug) closed by
- fixed: (In [2710]) magic-removal: Fixed #1652 -- Fixed typo in SQLite …
- 15:36 Ticket #1654 (Output sql satement on OperationalError) created by
- Hi, Is it possible to output the sql statement in the debug …
- 15:08 TracBackup edited by
- Removed spam. (diff)
- 15:08 TracAdmin edited by
- Removed spam. (diff)
- 15:08 TracIni edited by
- Removed spam. You're really clever, spammers! You're really cool! (diff)
- 15:07 TracGuide edited by
- Removed spam. You're really clever, spammers! You're really cool! (diff)
- 15:00 TracBackup edited by
- (diff)
- 15:00 TracAdmin edited by
- (diff)
- 14:59 TracIni edited by
- (diff)
- 14:59 TracGuide edited by
- (diff)
- 10:40 CookBookShortcutsOpenIDAuthentication edited by
- typo (diff)
- 10:36 CookBookShortcutsOpenIDAuthentication edited by
- typo fixing (diff)
- 10:15 Ticket #1653 ([patch] Documentation for FileField and Manipulators) created by
- Documentation for this field is not quite good. I had an 2h headake …
- 10:13 Ticket #1652 (sqlite backend executemany -> typo bug) created by
-
There is a typo in
backends/sqlite/base.py
note how the last … - 09:05 Ticket #1651 ([patch] django-admin.py should copy permissions of project_template files) closed by
- fixed: (In [2709]) magic-removal: Fixed #1651 -- 'startproject' and …
- 08:57 Ticket #1649 (Attempting to use foreignkey fields in repr definitions does not work ...) closed by
- worksforme
- 08:56 Ticket #1648 (How to ForeignKey to itself) closed by
- worksforme
- 07:18 Ticket #1651 ([patch] django-admin.py should copy permissions of project_template files) created by
- The startproject command doesn't copy file permissions, so manage.py …
- 05:51 Ticket #1650 ([patch] Allow templates to extend from parents in local context) created by
- It can be useful for templates to extend a base template which does …
- 05:07 Ticket #1649 (Attempting to use foreignkey fields in repr definitions does not work ...) created by
- Let's assume the following models: […] This generally raises an …
- 04:53 Ticket #1648 (How to ForeignKey to itself) created by
- Let's assume the following Model definition, which isn't necessarily …
- 04:43 Ticket #1647 (django/core/template/__init__.py destroys useful information about ...) created by
- The DebugNodeList hides useful information about the exception that …
- 01:37 Ticket #1646 ([patch] HttpResponseNotAllowed to return '405's) created by
- from RFC 2616: An origin server SHOULD return the status code 405 …
- 00:02 ModelMiddleware edited by
- (diff)
- 00:01 ModelMiddleware edited by
- (diff)
- 00:00 ModelMiddleware created by
Note: See TracTimeline
for information about the timeline view.