Timeline
03/16/2008:
- 23:33 SprintPyCon2008 edited by
- added my name to sprinters list (diff)
- 19:17 Ticket #6796 (Add info on how to translate django) closed by
- duplicate: Dupe of #6795
- 19:11 Ticket #6796 (Add info on how to translate django) created by
- The part in the contribution documentation on "Submitting and …
- 19:11 Ticket #6795 (Add info on how to translate django) created by
- The part in the contribution documentation on "Submitting and …
- 19:00 Ticket #6793 (New template context processor: Export settings to templates) closed by
- wontfix: In the past we've elected not to do this. Please search out the …
- 19:00 Ticket #6794 (French django translation) created by
- I have updated the French django translation, a patch follows. Some …
- 18:52 Ticket #6793 (New template context processor: Export settings to templates) created by
- This patch add support for exporting settings from settings.py to the …
- 17:29 SprintPyCon2008 edited by
- (diff)
- 17:25 SprintPyCon2008 edited by
- (diff)
- 16:36 SprintPyCon2008 edited by
- (diff)
- 16:27 Ticket #6792 (Documentation for FileField does not mention the delete behavior) created by
- The current documentation for …
- 16:13 Ticket #6791 (Cached DB Session Backend) created by
- Right now, I consider the "cache" session backend to be broken, …
- 15:55 Ticket #6790 (Changes to form.errors adressing #6705 and #6138) created by
- Make it possible to override error_dict. Makes sure all parts uses …
- 15:23 SprintPyCon2008 edited by
- (diff)
- 14:11 Changeset [31027a8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- * Unified det här/den här/detta/denna to detta/denna. * Minor …
- 13:39 Ticket #6789 ([patch]django-admin.py warning on usage of python mod name as project name) created by
- First of all, kudos on a very clear and thorough tutorial. The steps …
- 10:58 Changeset [23c2b998]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Update Swedish translation. Fixes #6694. git-svn-id: …
- 10:58 Ticket #6694 (Update for Swedish (sv) locale) closed by
- fixed: (In [7251]) Update Swedish translation. Fixes #6694.
- 01:50 Ticket #6788 (django.contrib.auth.forms.PasswordChangeForm throws an AttributeError) closed by
- invalid: It looks like you're trying to return the form as if it's an HTTP …
03/15/2008:
- 23:40 Ticket #6138 (newforms: when accessing directly form.errors, error_class is not used) reopened by
- This hasn't been fixed yet. Please read contributing.txt to see what …
- 23:40 Ticket #6788 (django.contrib.auth.forms.PasswordChangeForm throws an AttributeError) created by
- 2008-03-16 07:29:01: (mod_fastcgi.c.2592) FastCGI-stderr: Traceback …
- 23:18 Ticket #6138 (newforms: when accessing directly form.errors, error_class is not used) closed by
- fixed: I've added a patch for this that makes non_field_errors honour …
- 21:27 Ticket #6787 (Typo error using _result_cache in queryset-refactor branch in [7246] ...) closed by
- fixed
- 19:23 Ticket #6785 (QuerySet.get() should only attempt to fetch a limited number of rows) closed by
- wontfix: Not worth the extra overhead in this performance critical piece of …
- 17:55 Ticket #6787 (Typo error using _result_cache in queryset-refactor branch in [7246] ...) created by
-
I saw [7246] has a typo error and is not using
_result_cache
. I … - 17:23 Ticket #5281 (Non unicode GET-data is not allowed?) closed by
- wontfix: Replying to Dorian Grey <imgrey@gmail.com>: > …
- 17:15 Ticket #6786 (Ordering choices after translation) created by
-
Added
order
parameter to constructor of db.models.Field class, …
- 16:15 Ticket #5281 (Non unicode GET-data is not allowed?) reopened by
- request.encoding = 'latin-1' not working, request.GET is still <type …
- 13:47 Ticket #6785 (QuerySet.get() should only attempt to fetch a limited number of rows) created by
- .get() selects and lists every record in the db matching the given …
- 12:53 Ticket #6784 ("is_public yes" doesn't work in template tag "comment_form") created by
- the error is in django/contrib/comments/templatetags/comments.py, line …
- 11:52 Ticket #6783 (DecimalField tests with locale) created by
- I ran into an python locale issue with the DecimalField. During …
- 10:56 Ticket #6782 (reset on apps without models causes exception) created by
- The orders and customers apps contain no models. This causes the …
- 10:24 Ticket #6781 (ProgrammingError with edit_inline set) created by
- […] I added some print statements near the offending …
03/14/2008:
- 23:40 Ticket #6780 (Development Install Instructions Contains Error in Symbolic LInk ...) closed by
- invalid: It's not a bug. 'ln' knows what to do when handed a directory location …
- 23:34 Ticket #6780 (Development Install Instructions Contains Error in Symbolic LInk ...) created by
- Documentation has this: On Unix-like systems, create a symbolic link …
- 22:27 Ticket #6779 (Don't show delete checkbox for "extra" inline items) created by
- Easy fix, here's the patch.
- 20:59 Ticket #6772 (`in` lookup type no longer works with tuples) closed by
- fixed: (In [7244]) queryset-refactor: Fixed the "in" lookup type when using …
- 19:41 Ticket #6778 (dispatch signal needed on many to many relationship alterations (add, ...) created by
- When a model has a relation added, no signal is sent. This breaks …
- 17:33 Ticket #6777 (Session docs: convert internal references to real links) created by
- A couple of references to a section of the document can be changed to …
- 17:31 Ticket #6776 (Importing a model from one app into another app causes ...) created by
- example: in a project with two apps, app1 and app2, with the …
- 15:54 ForumAppsComparison edited by
- Added Sphene and Snapboard details and a few additional columns. (diff)
- 15:26 Ticket #6775 (request.META should be a MultiValueDict) created by
- The RFC specifies that some headers in HTTP can appear more than once, …
- 15:15 Ticket #6774 (Use ugettext_lazy instead of ugettext in contrib.auth.forms) created by
-
Currently
ugettext
is used in form fields' definitions. this … - 14:42 Ticket #6773 (Confusing error when ForeignKey lookup fails while serializing) created by
-
I got a confusing error when running
manage.py dumpdata
: […] … - 13:17 Changeset [dd69bdcf]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6455 -- Updated link to The Django Book in authentication docs, …
- 13:17 Ticket #6455 (Authentication docs link point to beta on-line DjangoBook version) closed by
- fixed: (In [7243]) Fixed #6455 -- Updated link to The Django Book in …
- 11:52 Ticket #6772 (`in` lookup type no longer works with tuples) created by
-
When using a tuple parameter, instead of a list, the
in
lookup type … - 11:43 ForumAppsComparison edited by
- MyghtyBoard info (diff)
- 11:30 Ticket #5920 (Error AttributeError: 'function' object has no attribute 'status_code' ...) reopened by
- This still doesn't seem to work in the svn trunk. I get the following …
- 10:53 SprintPyCon2008 edited by
- mzdaniel sprint addition. (diff)
- 10:46 ForumAppsComparison edited by
- Added details about django-forum. (diff)
- 10:41 ForumAppsComparison edited by
- Oops, moved Buchanan's Django forum features to correct row. (diff)
- 10:39 ForumAppsComparison edited by
- Added more details about Django Forum features (diff)
- 10:29 ForumAppsComparison edited by
- Added more information about snapboard. (diff)
- 10:21 ForumAppsComparison edited by
- Added four new features to evaluate. (diff)
- 10:07 ForumAppsComparison edited by
- Added snapboard supported features and notes about the notify feature … (diff)
- 09:48 ForumAppsComparison edited by
- added feature details for counterpoint (diff)
- 08:42 Ticket #6771 (ImportError when trying to use newforms-admin with django.contrib.auth) closed by
- duplicate: Duplicate of #6718.
- 07:08 Ticket #6771 (ImportError when trying to use newforms-admin with django.contrib.auth) created by
- The following error occurs when trying to use newforms-admin with …
- 06:51 QuerysetRefactorBranch edited by
- Removed on work-in-progress item (diff)
- 06:46 Ticket #6761 (select_related broken with model inheritance) closed by
- fixed: (In [7241]) queryset-refactor: Second part of select_related() fix. …
- 06:40 Ticket #6770 (Update link to the Django book to point to released version) closed by
- duplicate: Since you've already opened #6455 for the exact same thing, perhaps …
- 06:29 Ticket #6770 (Update link to the Django book to point to released version) created by
- Currently it points to the beta version of the book.
- 05:52 Ticket #6111 (Wrong length of database columns 'name', 'codename' for ...) closed by
- duplicate: Duplicate of #4748
- 00:32 Ticket #6763 (Transactions don't work as per the documentation) closed by
- invalid: We've tracked this down to the way that Postgres reports table …
03/13/2008:
- 23:20 SprintPyCon2008 edited by
- (diff)
- 20:30 QuerysetRefactorBranch edited by
- Missed something on last update. (diff)
- 19:54 QuerysetRefactorBranch edited by
- Updated to reflect the current state of play. (diff)
- 19:07 Changeset [af5f0789]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 a "new in development version" marker that I randomly realised …
- 18:29 NewformsHOWTO edited by
- (diff)
- 17:23 SprintPyCon2008 edited by
- (diff)
- 16:32 Ticket #6769 (QueryDict's iteritems() wraps lists in another list) created by
- When using a querydict's .iteritems(), it wraps lists into another …
- 15:26 Changeset [2b8c2c49]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Edited settings.txt and i18n.txt changes from [7185] git-svn-id: …
- 15:23 Changeset [b448b678]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 a typo in docs/model-api.txt git-svn-id: …
- 15:12 Changeset [48d7a6fb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #3218 -- Implemented django.contrib.formtools.wizard. Thanks, …
- 15:12 Ticket #3218 ([patch] django.contrib.formtools.wizard proposal) closed by
- fixed: (In [7236]) Fixed #3218 -- Implemented …
- 15:10 Ticket #6768 (Integrating trac with Apache and mod_python: Error on Mod_python) closed by
- invalid: This tracker is about django, not mod_python, apache or trac.
- 14:21 Ticket #6768 (Integrating trac with Apache and mod_python: Error on Mod_python) created by
- when i m trying to open my project under trac example: …
- 11:53 Ticket #6767 (Oracle backend treats DecimalFields as floats somewhere, losing precision) created by
- This is really a cx_Oracle limitation. One workaround Ian Kelly and I …
- 11:21 Ticket #6766 (TEMPLATE_STRING_IF_INVALID should work for loops) created by
- This small patch enables to render TEMPLATE_STRING_IF_INVALID in loops.
- 10:18 SprintPyCon2008 edited by
- (diff)
- 08:39 Ticket #6765 (Docs for 'Providing initial SQL data' misleading) created by
- The documentation for 'Providing initial SQL data' is misleading. …
- 07:54 Ticket #6764 (Invalid Cookies cause Stacktrace in middleware) created by
- If someone uses SessionMiddlware, any request with invalid cookies …
- 05:46 Ticket #6760 (Updating inherited models doest not work with customs defaults managers) closed by
- fixed: (In [7234]) queryset-refactor: Made sure that update filter queries …
- 02:57 Ticket #6763 (Transactions don't work as per the documentation) created by
- The documentation here …
Note: See TracTimeline
for information about the timeline view.