Timeline
06/21/2007:
- 23:17 Ticket #4660 (get_or_create has unpredictable behavior with _id fields) created by
-
You can use
relfield_id
(one underscore) as an argument to … - 23:12 Ticket #2293 (Doc for Formfield & Manipulators contains incorrect examples) closed by
- fixed: This was fixed in [3758].
- 19:47 Ticket #4659 (Save my hair! Add doc about "no module named <blah>") created by
- I spent the better part of half a day whacking against a "no module …
- 19:34 Ticket #4560 (When concatenating |linebreaks|truncatewords the paragraph is not closed) closed by
-
duplicate:
truncatewords
is not supposed to be an html aware filter. The … - 19:28 Ticket #1672 ([patch] Template tags ifequal and ifnotequal throw exception if ...) closed by
- fixed: Thanks Matt, let's just mark it as closed then.
- 19:00 Ticket #4658 (documentation of linebreaks filter is too vague) created by
- Currently it reads: Converts newlines into <p> and <br /> tags. It …
- 18:46 Ticket #4657 (urlizetrunc filter appending elipsis to uris of exactly the truncate length) created by
- […] The attached patch addresses this. Also, if the URI does …
- 17:53 Ticket #4656 (Allow In-depth serialization by specifying depth to follow relationship) created by
- It would be nice to be able to specify whether to traverse …
- 16:47 UnicodeBranch edited by
- (diff)
- 16:23 Ticket #4655 (truncate_words removes newlines as well as truncating text) created by
- The truncate_words function in django.utils.text and used by the …
- 15:33 Ticket #4654 (Small amount of missing code in Tutorial 1) created by
- On this page: http://www.djangoproject.com/documentation/tutorial01/ …
- 14:05 DjangoPoweredSites edited by
- (diff)
- 13:57 Ticket #4421 (Caching documentation reports that cache_page takes two arguments.) closed by
-
invalid: The problem is that
cache_page
does not adhere to Python's decorator … - 13:57 Ticket #4649 ("per-view cache" and decorator syntax.) closed by
- invalid: The documentation is correct, it's the code that's wrong. See #1015.
- 12:42 Ticket #4653 (form_for_instance generates empty choice for non-blank CharField with ...) created by
- Given a model with a non-blank CharField with some options: […] …
- 12:36 DjangoGraphviz edited by
- Removed reference to GenericRelations, it’s been fixed by a patch from … (diff)
- 11:46 Changeset [17e9880]stable/0.91.x by
- 0.91-bugfixes: Fixed #4651; UnicodeCursorWrapper should work with …
- 11:46 Ticket #4651 ([0.91-bugfixes][patch] UnicodeCursorWrapper prevents psycopg1 backend ...) closed by
- fixed: (In [5508]) 0.91-bugfixes: Fixed #4651; UnicodeCursorWrapper should …
- 11:39 Ticket #4652 (URLField controls the text even if verify_exists and required are False) created by
- Hi, I have and URLField in user membership form, it's not optional …
- 11:39 Ticket #4167 ([0.91-bugfixes][patch] FormFields have list-mutability issues with ...) closed by
- fixed: Fixed in [5507].
- 11:38 Changeset [1680e870]stable/0.91.x by
- 0.91-bugfixes: Fixed a subtle bug with mutable default arguments to …
- 11:05 Changeset [dbebf54]attic/queryset-refactorsoc2009/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 #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, …
- 11:05 Ticket #4648 (Poor phrasing in newforms documentation) closed by
- fixed: (In [5506]) Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. …
- 10:48 Ticket #4651 ([0.91-bugfixes][patch] UnicodeCursorWrapper prevents psycopg1 backend ...) created by
-
Under the psycopg1 backend,
UnicodeCursorWrapper
as written prevents … - 09:30 Ticket #4650 (Since [5482], mod_python keeps a stale database connection for each ...) created by
- Since [5482], a template is lazy-rendered. However under mod_python …
- 08:34 DjangoPoweredSites edited by
- (diff)
- 06:21 Ticket #4649 ("per-view cache" and decorator syntax.) created by
- The docu about the "per-view cache" syntax seems to be wrong: …
- 04:04 DjangoPoweredSites edited by
- (diff)
- 03:59 Ticket #4648 (Poor phrasing in newforms documentation) created by
- The phrase "A Form instance is either bound or unbound to a set …
06/20/2007:
- 23:54 Ticket #4646 (spam) closed by
- invalid
- 23:54 Ticket #4645 (spam) closed by
- invalid
- 23:53 Ticket #4644 (spam) closed by
- invalid
- 23:53 Ticket #4643 (spam) closed by
- invalid
- 23:53 Ticket #4642 (spam) closed by
- invalid
- 23:29 Ticket #4500 (Tutorial: What about the HttpResponseRedirect?) closed by
- duplicate: Dupe of the more verbose ticket #4615
- 23:28 Ticket #4647 (spam) closed by
- duplicate
- 23:05 Ticket #4647 (spam) created by
- spam
- 23:04 Ticket #4646 (spam) created by
- spam
- 23:03 Ticket #4645 (spam) created by
- spam
- 23:03 Ticket #4644 (spam) created by
- spam
- 23:02 Ticket #4643 (spam) created by
- spam
- 23:02 Ticket #4642 (spam) created by
- spam
- 22:39 Ticket #3041 (Bug with LIKE raw SQL in CursorDebugWrapper) closed by
- invalid: Yes, it will fail because the string which the cursor receives is runs …
- 21:42 Ticket #4005 (Add "class=<field name>" attribute to generated inputs) reopened by
- anonymous, don't close tickets thanks - that's a job for one of the …
- 20:54 Ticket #4641 (newforms-admin: fix for displaying field str() value next to raw_id fields) created by
- Hi, here's a simple fix so that newforms-admin displays the current …
- 20:33 Ticket #4640 (import path to "stringfilter" decorator is incorrect in the docs) created by
- http://www.djangoproject.com/documentation/templates_python/#template-f …
- 19:58 Ticket #4005 (Add "class=<field name>" attribute to generated inputs) closed by
- wontfix
- 17:30 Ticket #3515 (CSS improvements for newforms) reopened by
- In duplicate ticket #3686 (has a patch similar to the ones here), …
- 17:28 Ticket #3686 (Set class name to "required" for labels which corresponds to ...) closed by
- duplicate: #3898 wasn't a duplicate, but #3515 is. I'll close this one and …
- 17:20 Ticket #3515 (CSS improvements for newforms) closed by
- duplicate: Simon has stated over in #3512 that he see flaws in the logic of this …
- 14:39 Changeset [042d7e44]attic/queryset-refactorsoc2009/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 #4637 -- Fixed broken link in docs/model-api.txt. Thanks, …
- 14:39 Ticket #4637 (Broken link in Model reference documentation) closed by
- fixed: (In [5505]) Fixed #4637 -- Fixed broken link in docs/model-api.txt. …
- 14:38 Changeset [7c3fa24]attic/queryset-refactorsoc2009/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 #4638 -- Fixed typo in docs/model-api.txt. Thanks, …
- 14:38 Ticket #4638 (Typo in Model reference documentation) closed by
- fixed: (In [5504]) Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, …
- 13:30 Ticket #4639 (unique_together and edit_inline, IntegrityError instead of suitable ...) created by
- models: […] I'm adding/editing TranslatableString, and …
- 13:16 Ticket #4638 (Typo in Model reference documentation) created by
- In the Model reference documentation in the section "Executing custom …
- 13:09 Ticket #4637 (Broken link in Model reference documentation) created by
- The last line in the section "Executing custom SQL" contains a link …
- 12:50 DevelopersForHire edited by
- Added posting for the Las Vegas Sun (diff)
- 12:36 Ticket #4636 (spam) closed by
- invalid: spam
- 12:35 Ticket #4635 (spam) closed by
- invalid: spam
- 12:34 Ticket #4634 (spam) closed by
- invalid: spam
- 12:22 Ticket #4636 (spam) created by
- spam
- 12:22 Ticket #4635 (spam) created by
- spam
- 12:20 Ticket #4634 (spam) created by
- spam
- 11:50 Ticket #4632 (test) closed by
- invalid
- 11:49 Ticket #4633 (Unable to serialize a not yet saved model which has many-to-many relation.) created by
- If I try to serialize a not yet saved model which has many-to-many …
- 11:23 Ticket #4632 (test) created by
- 06:33 Ticket #4631 (XSS in admin panel Filter block) created by
- search by date (list_filter) option for models in the admin …
- 06:05 Ticket #2276 ([patch] make slugify filter to be aware of unicode) closed by
- duplicate: Closing in favor of #4365
- 05:12 DjangoPoweredSites edited by
- Add blurb about, and link to, djangosites.org (diff)
- 03:29 Ticket #4630 (SplitDateTimeField - TypeError when required=False and data not entered) created by
- When datetime db field (in model) is blank=True, null=True, then I get …
- 01:23 Ticket #4537 (use get_python_lib to find site-packages) closed by
- fixed: (In [5503]) Fixed #4537 -- Added note to docs/install.txt about …
- 01:23 Changeset [024c3da]attic/queryset-refactorsoc2009/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 #4537 -- Added note to docs/install.txt about get_python_lib() …
- 01:16 Ticket #4549 (Set mime type on admin media content (images, css) under WSGI) closed by
- fixed: (In [5502]) Fixed #4549 -- WSGI server now sets mime type correctly …
- 01:16 Changeset [761c0a49]attic/queryset-refactorsoc2009/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 #4549 -- WSGI server now sets mime type correctly for admin …
- 01:13 Changeset [903c5612]attic/queryset-refactorsoc2009/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 glin@… to AUTHORS (from [5500]) git-svn-id: …
- 01:12 Changeset [11a8084d]attic/queryset-refactorsoc2009/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 #4556 -- Admin showAddAnotherPopup JavaScript function can now …
- 01:12 Ticket #4556 (Improvement of javascript function showAddAnotherPopup) closed by
- fixed: (In [5500]) Fixed #4556 -- Admin showAddAnotherPopup JavaScript …
- 01:11 Ticket #4629 (newforms-admin: raw_id_admin and inlines don't work together) closed by
- fixed: (In [5499]) newforms-admin: Fixed #4629. Implemented raw_id_fields for …
- 01:10 Ticket #4575 (Link not found) closed by
- fixed: Fixed.
- 01:08 Changeset [bb5734e]attic/queryset-refactorsoc2009/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 #4584 -- Fixed improper </div> nesting in databrowse …
- 01:08 Ticket #4584 (Bad nesting of tags in databrowse template.) closed by
- fixed: (In [5497]) Fixed #4584 -- Fixed improper </div> nesting in databrowse …
- 01:07 Changeset [c6cac4a]attic/queryset-refactorsoc2009/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 #4586 -- Fixed typo in docs/tutorial01.txt. git-svn-id: …
- 01:07 Ticket #4586 (Typo in docs/tutorial01.txt) closed by
- fixed: (In [5496]) Fixed #4586 -- Fixed typo in docs/tutorial01.txt.
- 01:03 Ticket #4610 (docs/install.txt could do a better job telling people to skip the ...) closed by
- fixed: (In [5495]) Fixed #4610 -- Made docs/install.txt a bit clearer about …
- 01:03 Changeset [a65c458b]attic/queryset-refactorsoc2009/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 #4610 -- Made docs/install.txt a bit clearer about skipping the …
- 01:01 Changeset [13216e12]attic/queryset-refactorsoc2009/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 #4618 -- Fixed error in django.contrib.redirects new_path …
- 01:01 Ticket #4618 (contrib.redirects has a small error in new_path handling) closed by
- fixed: (In [5494]) Fixed #4618 -- Fixed error in django.contrib.redirects …
- 00:27 Ticket #4628 (wrong HttpResponseRedirect parameters) closed by
- duplicate: Dupe of #4615
- 00:03 Ticket #4629 (newforms-admin: raw_id_admin and inlines don't work together) created by
- See thread at …
06/19/2007:
- 23:19 Ticket #4628 (wrong HttpResponseRedirect parameters) created by
- In the latest tutorial documentation you have this: return …
- 22:04 Ticket #4627 ("Distributions" page should mention MacPorts) created by
- Possibly Fink too, though I don't use that so I don't have the …
- 17:00 DevelopersForHire edited by
- (diff)
- 16:33 DevelopersForHire edited by
- (diff)
- 16:32 Ticket #4626 (pass the context to extra_context functions) created by
- I found it helpful for extra_context functions to have access to the …
- 16:22 DjangoPoweredSites edited by
- we've been live for about two months (diff)
- 15:04 Changeset [18619a1]attic/queryset-refactorsoc2009/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 behaviour of contrib.auth.forms.PasswordResetForm when more than …
- 14:53 Ticket #4625 (NodeBase metaclass check logic is faulty) created by
- As hinted at on the ml, the NodeBase.new code is a bit faulty- …
- 13:20 DjangoPoweredSites edited by
- adding website (diff)
- 12:00 Localization edited by
- (diff)
- 11:56 Ticket #4624 (Persian translation) created by
- I have started from end of file! It's about 25% complete.
- 11:36 Ticket #4623 (Needs newforms description of how to "do form processing") created by
- I couldn't figure out how to do my own form processing for days... …
- 11:20 DjangoFriendlyWebHosts edited by
- (diff)
- 09:20 Ticket #4622 (SelectDateWidget doesn't accept its as_hidden rendering) created by
- An apparently little-known fact about widgets that implement …
- 07:44 Ticket #4621 (trouble on empty classes/tables in the admininterface) created by
- i have created on class in the app-folder: models.py class …
- 07:10 Localization edited by
- New language, persian (fa) (diff)
- 06:33 Ticket #2276 ([patch] make slugify filter to be aware of unicode) reopened by
- By now, I found a solution. Got from …
- 05:46 XML-RPC edited by
- revert spam (diff)
- 05:45 Ticket #4524 ('Delete' action is broken in newforms-admin) reopened by
- Reopen: bug still present in newforms-admin branch. Workaround is not …
- 04:54 XML-RPC edited by
- discount%2Bdance%2Bshoes%2B%2B%255BURL%253D%2Bhttp%253A%252F%252Fgeocit … (diff)
- 04:04 DjangoUsers edited by
- /* french community */ (diff)
- 02:30 DjangoPoweredSites edited by
- Added my django powered application. (diff)
06/18/2007:
- 23:19 Ticket #4620 (Custom labels for choices in ModelChoiceField) created by
- I wanted to display a different value than the str() for a certain …
- 22:05 DjangoPoweredSites edited by
- added mucholisto.com to community site section (diff)
- 20:25 Ticket #4619 (Generic Views: Inconsistancy of context variable for date_based views.) created by
- The context variable that archive_index uses for the list of objects …
- 19:34 Ticket #4613 (KeyError in sessions after changeset 5482 with newforms) closed by
- invalid: (For anybody else looking at this, unpack the tarball, ensure SQLite …
- 18:55 Ticket #4565 (template rendering should yield items, not concat strings at each level) closed by
- fixed: There's no reason to reopen this ticket when you've also opened #4613 …
- 18:49 Ticket #3776 (user sessions) reopened by
- It's still a design decision, but it is a valid ticket.
- 18:43 Ticket #2276 ([patch] make slugify filter to be aware of unicode) closed by
- duplicate: Somebody brought that up on the mailing list at one point. Further …
- 17:45 Ticket #4618 (contrib.redirects has a small error in new_path handling) created by
- As per http://www.djangoproject.com/documentation/redirects/, …
- 16:33 BackwardsIncompatibleChanges edited by
- Documented the change to NodeList usage in [5482] (diff)
- 16:02 Ticket #4617 (permission_required decorator behaviour is odd) created by
- The permission_required() decorator is a great idea, but in practice …
- 15:48 Ticket #4616 (Widgets should be able to rendered separately) created by
- Hello, I spent this evening in trying to make the SplitDateTimeWidget …
- 14:49 Ticket #2276 ([patch] make slugify filter to be aware of unicode) reopened by
- I found this program: Slughifi is slugify with support for …
- 14:42 Ticket #4615 (Part 4 of tutorial leaves "vote" view in broken state due to reverse ...) created by
- When part 4 of the tutorial introduces generic views it breaks the …
- 12:10 Ticket #4614 (SortedDictFromList pop) created by
- It seems that the pop method for a SortedDictFromList object doesn't …
- 10:38 Ticket #4099 (psycopg2-2.0.6b2 does not allow lists in cursor.execute) closed by
- worksforme: It has been solved it in the stable version. So update it: […]
- 10:02 Ticket #4613 (KeyError in sessions after changeset 5482 with newforms) created by
- After 5482 appeared KeyError in django/contrib/sessions/middleware.py …
- 09:46 Ticket #4612 (Since change [5482], SQL queries that occur in the templates no longer ...) created by
- Before change [5482] SQL queries that occur in the templates appear in …
- 09:20 Ticket #4611 (The permission_required decorator is in 0.96, not anymore in ...) created by
- And it still have the New in Django development version warning. …
- 09:10 Ticket #4565 (template rendering should yield items, not concat strings at each level) reopened by
- Replying to mtredinnick: > (In [5482]) Fixed #4565 -- …
- 08:26 DjangoFriendlyWebHosts edited by
- (diff)
- 08:20 Ticket #4610 (docs/install.txt could do a better job telling people to skip the ...) created by
-
Since the tutorial sends people to the install docs,
install.txt
… - 07:47 DjangoPoweredSites edited by
- (diff)
- 07:20 Ticket #4609 (Content type names are not translated in Recent Actions listing) created by
- Recently changed items shown on admin frontpage are not fully …
- 07:16 Ticket #4608 (Make it really easy to add custom CSS to the admin site) created by
- I'm not up to speed on the newforms admin branch, but it would be nice …
- 05:02 Changeset [b6b1ab2]attic/queryset-refactorsoc2009/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
- Updated documentation for User.objects.make_random_password, fixing …
- 03:32 DjangoPoweredSites edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.