Timeline
07/28/2008:
- 23:38 SprintDCAugust2008 edited by
- (diff)
- 23:26 Ticket #8015 (OneToOne Fields excluded from ModelForms) closed by
- duplicate: Duplicate of #7947.
- 23:02 Ticket #8015 (OneToOne Fields excluded from ModelForms) created by
- Since r8033 all ModelForms (including those in the admin site) made …
- 22:02 Ticket #8014 (Removal of mysql_old should be noted in Backward Incompatible Changes) closed by
- invalid: Never mind - I just found out it had been noted.
- 21:57 Ticket #8014 (Removal of mysql_old should be noted in Backward Incompatible Changes) created by
- Believe it or not, Dreamhost still has an old version of mysqldb. They …
- 21:38 Ticket #8013 (Localflavor for Colombia and Ecuador) created by
- This is intended to add a basic localflavor for Colombia and Ecuador.
- 20:39 SchemaEvolution edited by
- (diff)
- 19:37 Ticket #8012 (MySQLdb build failure) closed by
- invalid: Please don't post support questions to Trac. We have the django-users …
- 19:30 Ticket #8012 (MySQLdb build failure) created by
- Hello, I'm at my wit's end. I have been trying to add the required …
- 17:54 Ticket #8008 (Bug wih SelectMultiple Widget when form is initialized with ...) closed by
- duplicate: Dup of #7195.
- 15:35 Changeset [7bc728c8]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
- A few corrections to my docstrings in [8129]. git-svn-id: …
- 14:04 MultipleColumnPrimaryKeys edited by
- (diff)
- 13:20 Ticket #8011 (Translated strings in a ForeignKey of a model in an application not in ...) created by
- This seems like a real edge-case, but still it is an issue (for me at …
- 12:05 Ticket #8010 (adding support for multiple test files for applications) created by
- It would be very handy for a complex applications if Django 1.0 would …
- 12:00 Ticket #8004 (Make email functionality more consistent) closed by
- wontfix: Not worth it. These functions and methods are already used in a lot of …
- 11:46 Ticket #8009 (startproject creates urls.py with old admin links) closed by
- worksforme: Are you sure you aren't picking up an old django-admin.py command in …
- 11:39 Ticket #8009 (startproject creates urls.py with old admin links) created by
- 7967 merged newforms-admin into trunk, but the startproject command …
- 10:26 SprintDCAugust2008 edited by
- Can't make it in person, unfortunatly :( (diff)
- 10:21 SprintDCAugust2008 edited by
- Oops. I thought the first was going to be a saturday. I'll acually … (diff)
- 10:12 SprintDCAugust2008 edited by
- Added Alex Clark (diff)
- 10:07 Ticket #8008 (Bug wih SelectMultiple Widget when form is initialized with ...) created by
- The value_from_datadict() method of the SelectMultiple widget is using …
- 09:56 Ticket #8007 (Documentation update (Design Philosphies section) regarding domain logic) created by
- on http://www.djangoproject.com/documentation/design_philosophies/ …
- 09:21 Ticket #8006 (ModelForm documentation too well hidden?) created by
- It seems to me that the link to the ModelForm documatation …
- 08:23 Ticket #8005 (Make it easier to alter a model saved by the admin (e.g. add the user ...) created by
- A very common requirement for customising the admin is to …
- 06:46 QuerysetRefactorBranch edited by
- (diff)
- 00:54 Ticket #8000 (grammatically incorrect) closed by
- wontfix: The documentation for previous versions is pretty much frozen in time, …
- 00:30 Changeset [96cf3656]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 #6997 -- Corrected
num_pages
calculation when one item is in … - 00:30 Ticket #6997 (Paginator broken for one element and allow_empty_first_page=False) closed by
-
fixed: (In [8129]) Fixed #6997 -- Corrected
num_pages
calculation when one … - 00:27 Ticket #8004 (Make email functionality more consistent) created by
- contrib.auth.models.User has a function email_user contrib.core.mail …
- 00:15 Ticket #8003 (paginaton docs don't mention orphan support) created by
- It's briefly mentioned at the bottom of the …
07/27/2008:
- 23:29 Ticket #8002 (Forms Library Documentation) closed by
- invalid: Forms don't *need* to be anywhere specifically. It is simply a matter …
- 22:54 Ticket #8002 (Forms Library Documentation) created by
- The forms library documentation doesn't explain where to put the forms …
- 22:32 Ticket #7997 (./manage.py <command> --help shows manage.py help message) reopened by
- As noted in http://code.djangoproject.com/ticket/6017#comment:6, …
- 22:13 Ticket #8001 (Make redirection URLs customizable in ModelAdmin views) created by
-
As originated in [1], the
ModelAdmin
'ssave_add
method has a … - 21:54 DjangoJobs edited by
- (diff)
- 21:36 Ticket #8000 (grammatically incorrect) created by
- at the address: …
- 20:54 Ticket #7999 (Ambiguous names.) created by
- This is not an error, but a suggestion for clarity. I suggest …
- 20:50 Ticket #7958 (Wrong capitalization in translations) closed by
- invalid: There's nothing that can really be done to resolve this ticket as it's …
- 20:48 Ticket #7960 (Translation for "Enter a valid time." is wrong in Dutch (nl)) closed by
- duplicate: I'll close this as a dupe of #7991, although I realise that isn't …
- 20:33 Ticket #7853 (Problem with model inheritance when parent has relation to self) closed by
- fixed: Fixed in [8128].
- 20:32 Changeset [19c7db0]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 #7853 -- Fixed another case of deleting inherited models with …
- 20:08 Ticket #7997 (./manage.py <command> --help shows manage.py help message) closed by
- duplicate: Closing and marking as a duplicate of of #6017, just like it was done …
- 20:02 Ticket #7998 (Typo in [8125]) created by
- The first work on line 544 says "formss", it should read "forms".
- 19:49 Ticket #7997 (./manage.py <command> --help shows manage.py help message) created by
- Steps to reproduce: […] Expected output: […] Actual output: …
- 19:45 Ticket #6217 ((u)gettext_lazy is a memory hog) closed by
- fixed: (In [8127]) Put back [8120] along with a small tweak. Fixed #6217.
- 19:45 Changeset [55ba38f9]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
- Put back [8120] along with a small tweak. Fixed #6217. git-svn-id: …
- 19:10 Ticket #6217 ((u)gettext_lazy is a memory hog) reopened by
- 19:08 Changeset [eca5aac]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
- Back out [8120] for a bit. Refs #6217. It's having unintended …
- 18:51 Changeset [4b6766cd]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
- Remove the last remaining references to manipulators outside of …
- 18:38 Ticket #7131 (Update simplejson to 1.8.1 for better Unicode support) closed by
- fixed: (In [8124]) Fixed #7131 -- Updated included simplejson code to match …
- 18:38 Changeset [d57ce3d6]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 #7131 -- Updated included simplejson code to match the …
- 18:27 Changeset [de9e2ae5]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
- Removing another mention of manipulators git-svn-id: …
- 18:23 Changeset [fdff91ac]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
- Remove a couple mentions of manipulators (which are no longer …
- 18:09 Ticket #7781 (Paginator missing documentation) closed by
-
invalid: Is
Paginator.per_page
what you're looking for? - 18:01 Changeset [9a5301c]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
- Made the Paginator class a bit more backwards compatible with the …
- 17:51 Ticket #6217 ((u)gettext_lazy is a memory hog) closed by
- fixed: (In [8120]) Fixed #6217 -- Reduced the memory used by each …
- 17:51 Changeset [6a287ed9]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 #6217 -- Reduced the memory used by each ugettext_lazy() call. …
- 17:43 Ticket #7746 (Paginator QuerySet count regression) closed by
-
invalid: The fix in [7819] was for the legacy
ObjectPaginator
class. [7865] … - 17:40 Ticket #7928 (python2.4 fails --help is handled as a special case) closed by
- fixed: Fixed in [8108].
- 17:23 DjangoBranches edited by
- Corrected update timing for Mercurial mirror (per that site's own footer) (diff)
- 17:09 Changeset [7d1c147]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 #7320 -- For
object_list
generic view, thepage
argument can … - 17:09 Ticket #7320 (Inconsistency introduced by Paginator changes in development version) closed by
-
fixed: (In [8119]) Fixed #7320 -- For
object_list
generic view, thepage
… - 16:49 Ticket #7996 (Addition to Sitemaps documentation) created by
- I was looking at the sitemaps documentation and I thought it should …
- 15:54 Ticket #7995 (url template tag uses low level parser) created by
- The URL template tag does not allow more than one space separating …
- 15:50 Ticket #7993 (Admin complains about a missing field even if it is not missing) closed by
- invalid: I suspect you get the error because auto_now=True is specified for …
- 15:38 Ticket #7994 (Dutch Bank Account Number Field) created by
- I created a Dutch Bank Account Number Field to the Dutch localflavor …
- 15:16 Ticket #7993 (Admin complains about a missing field even if it is not missing) created by
-
Django raises an
ImproperlyConfigured
exception … - 15:03 Changeset [7b89abaf]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
- Missing compiled messages file from previous commit. git-svn-id: …
- 15:02 Changeset [03ef8ac1]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
- Updated Polish translation (Austrian localflavor) git-svn-id: …
- 14:41 Changeset [dc7581d]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
- Updated Swedish translations. git-svn-id: …
- 14:38 Changeset [b790f34]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
- Updated Swedish translations. git-svn-id: …
- 14:31 Ticket #7992 (UnicodeDecodeError in newforms-admin) created by
- Im getting following error from a model admin that I just converted …
- 14:05 Ticket #7991 (Updated Dutch translations) created by
- The Dutch translations are now 100% complete. I'll ask on the Django …
- 14:05 Changeset [66d5018]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
- Corrected wording in comment. git-svn-id: …
- 13:54 Ticket #6427 (created localflavor.at) closed by
- fixed: (In [8113]) Fixed #6427 -- Added some more features to the Austrian …
- 13:54 Changeset [82a85fd]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 #6427 -- Added some more features to the Austrian localflavor. …
- 13:38 Changeset [2c6d1e8]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 #7886 -- Reordered some code in Query.results_iter() to ensure …
- 13:38 Ticket #7886 (select_related handling with Oracle is (likely) broken) closed by
- fixed: (In [8112]) Fixed #7886 -- Reordered some code in Query.results_iter() …
- 13:36 Changeset [156b21a]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
- Removed trailing whitespace in admin docs. git-svn-id: …
- 13:34 Changeset [b1c0dc5a]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
- Normalized the use of "JavaScript" in the documentation. git-svn-id: …
- 13:27 Changeset [633ed5c4]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 #7986 -- Added to the documentation the purpose of the …
- 13:27 Ticket #7986 (Documentation for prepopulated_fields isn't very clear) closed by
- fixed: (In [8109]) Fixed #7986 -- Added to the documentation the purpose of …
- 13:25 Changeset [ce15b389]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 the admin_scripts tests to check for the right output with …
- 13:16 Ticket #7872 (Some complex lookups with Q objects (or-style) don't return all ...) closed by
- fixed: (In [8107]) Fixed #7872 -- Fixed a missed case of promoting table …
- 13:16 Changeset [4fee39c]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 #7872 -- Fixed a missed case of promoting table joins when using …
- 12:25 Changeset [4774c8d6]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
- Corrected spacing in warning message. git-svn-id: …
- 12:24 Changeset [020f965]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 #7988 -- Corrected import of the warnings module, thanks …
- 12:24 Ticket #7988 (django/views/generic.create_update.py imports warning instead of warnings) closed by
- fixed: (In [8105]) Fixed #7988 -- Corrected import of the warnings module, …
- 11:24 Ticket #7990 (serializers should use StringIO and not cStringIO) created by
- there is a slight difference between cStringIO and StringIO which …
- 08:55 Changeset [12eba9e]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
- Removed some model saves from [8102] which were causing test failures …
- 08:53 Ticket #7987 (Leaks in Memory when using Iterator and saving the Model - Get Error ...) closed by
- invalid: Note you could have closed it yourself, you don't need any special …
- 08:42 Ticket #7989 (Logout view should require POST request) created by
- This ticket assumes that the mantra "GET and HEAD methods SHOULD NOT …
- 08:19 Ticket #7988 (django/views/generic.create_update.py imports warning instead of warnings) created by
- deprecate_follow(follow) (line 10) in …
- 08:10 Ticket #7987 (Leaks in Memory when using Iterator and saving the Model - Get Error ...) created by
- I'm currently making an experimental spider, getting information from …
- 07:59 Ticket #7986 (Documentation for prepopulated_fields isn't very clear) created by
- Presently, the …
- 07:22 Ticket #7985 (Cannot use the same field to prepopulate multiple fields) created by
- Take, for example, this ModelAdmin: […] It results in the …
- 07:21 Ticket #7950 (Syncdb generated indices should have a consistent name) closed by
- wontfix: I'm not aware of anything that puts _2 or _3 at the end of an index …
- 06:56 Ticket #7983 (ModelAdmin's `fields` option is undocumented) reopened by
- The fields element of the field_options dictionary within a fieldsets …
- 06:11 Ticket #7983 (ModelAdmin's `fields` option is undocumented) closed by
-
invalid: Please check things carefully before you open tickets. Both
fields
… - 05:26 Ticket #7984 (Admin "View on site" builds wrong URL with inline models) created by
- I've got a model "Product" and a model "Flavor": (stripped-down …
- 04:20 Ticket #7983 (ModelAdmin's `fields` option is undocumented) created by
- The Admin documentation is missing a description for the ModelAdmin's …
- 02:44 Ticket #7982 (ModelAdmin primarykeys) created by
- A models primary keys used with ModelAdmin cannot end with: add, …
- 02:24 Changeset [830b7501]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 missing svn:ignore property. git-svn-id: …
- 02:22 Changeset [661f62b]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 #7913 -- Corrected backwards incompatible parts of [7977] when …
- 02:22 Ticket #7913 (Backwards incompatible change by #4412 / r7977: get_FIELD_display() ...) closed by
- fixed: (In [8102]) Fixed #7913 -- Corrected backwards incompatible parts of …
- 02:01 Changeset [0e629b0]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 missing svn:ignore property. git-svn-id: …
07/26/2008:
- 23:43 AddWYSIWYGEditor edited by
- Just wanted to add a hint to help Safari users who may have … (diff)
- 23:27 Ticket #2724 (edit_inline ... foreignkey(core=True) bug) closed by
- fixed: I do believe the recent merge has fixed this issue.
- 23:18 Ticket #7778 (Model subclasses cannot be deleted if a nullable foreign key relates ...) closed by
- fixed: (In [8100]) Fixed #7778 -- Fixed a tricky case of foreign key clearing …
- 23:18 Changeset [3cbe7369]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 #7778 -- Fixed a tricky case of foreign key clearing with …
- 22:32 Ticket #7981 (serializers_regress test doesn't properly leave transaction management) closed by
- fixed: (In [8099]) Fixed #7981 -- Wrap the manual transaction management in …
- 22:32 Changeset [ccab4b04]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 #7981 -- Wrap the manual transaction management in the …
- 20:28 Ticket #7981 (serializers_regress test doesn't properly leave transaction management) created by
- On …
- 20:18 Tickets #7530,7716 batch updated by
- fixed: (In [8098]) Fixed #7530, #7716 -- When using select_related() and …
- 20:18 Changeset [f488551]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 #7530, #7716 -- When using select_related() and encountering a …
- 20:18 Changeset [aee55ce5]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
- Changed one of the model_formsets tests to be immune to the …
- 19:19 Ticket #7980 (I18N needs improvements) created by
- As described in http://vaig.be/2008/07/26/django-i18n-status/ Django's …
- 18:34 Ticket #7979 (django doesn't give a traceback for errors resulting from importing ...) created by
- If the root URLconf raises an error causing django to crash, instead …
- 17:48 Changeset [103d4848]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 #7658 -- Added some Windows-specific tempfile handling. The …
- 17:48 Ticket #7658 (Streaming file uploads fail on Windows XP) closed by
- fixed: (In [8096]) Fixed #7658 -- Added some Windows-specific tempfile …
- 17:32 Ticket #7978 (Contrib.Sites doctest assumes existence of current site) created by
- django.contrib.sites.tests contains the following test checking that …
- 17:09 Changeset [e29aece7]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 #4534 -- Added an "else" option to the "ifchanged" template tag. …
- 17:09 Ticket #4534 (ifchanged could use an else tag) closed by
- fixed: (In [8095]) Fixed #4534 -- Added an "else" option to the "ifchanged" …
- 17:02 Changeset [f763ff4d]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 #7809 -- A few small updates to the French translation. Thanks, …
- 17:02 Ticket #7809 (Fixes to French translation) closed by
- fixed: (In [8094]) Fixed #7809 -- A few small updates to the French …
- 12:13 Ticket #7977 (add geo support to admindocs) created by
- This patch adds support for the GIS Data Types to the admindocs app.
- 12:08 Ticket #7345 (URLField should append / if no path is specified.) closed by
- fixed: (In [8093]) Fixed #7345 -- In [8089], I'd forgotten that …
- 12:08 Changeset [03373f1]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 #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() …
- 10:56 Ticket #7976 (error in urlfield form validation since r8809) closed by
- duplicate: Dupe of #7345, which was the original ticket reopened with a note …
- 10:54 Ticket #7976 (error in urlfield form validation since r8809) created by
- r8089 uses: […] although urlsplit returns a tuple not an object... …
- 10:27 Ticket #5631 (newforms-admin: 'classes': 'collapse' does not work (in one case)) reopened by
- This is actually still a problem post newforms-admin merge. What …
- 10:06 Ticket #7963 (UploadedFile documentation references deprecated attributes) closed by
- fixed: (In [8092]) Fixed #7963 -- Corrected reference to deprecated …
- 10:06 Changeset [8099bc53]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 #7963 -- Corrected reference to deprecated properties in …
- 09:49 Changeset [eca3c7d]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 an ordering definition to make test output reliable across …
- 09:31 Ticket #7975 (Admin inlines incorrectly report "this field is required" if inline ...) created by
- Consider the following model: […] with the following admin …
- 06:23 Ticket #7345 (URLField should append / if no path is specified.) reopened by
-
urlparse.urlsplit(value)
returns a tuple in python 2.4 … - 03:46 Ticket #7974 (cannot replace custom fields without using database format) created by
- If you use to_python() to build a Python class for a custom field (as …
- 02:54 Ticket #7585 (changeset 7574 broke form.save(commit=False) on FK fields) closed by
- invalid: You are right, FK should be excluded from start.
- 02:31 Ticket #7973 (Add 'exclude' option to BaseModelAdmin) created by
- ModelForm features an 'exclude' attribute which is great when you want …
- 01:39 Ticket #7972 (allow argv options anywhere on command line) closed by
- invalid: I don't like bug reports that don't explain what the problem is.
- 01:36 Ticket #7972 (allow argv options anywhere on command line) created by
-
I don't like having to remember exactly where
--settings=xxx
goes. - 01:29 Ticket #7971 (default doesn't work for foreign key fields) closed by
- invalid: I don't know what gave you the impression that this _should_ work, but …
- 01:21 Ticket #7971 (default doesn't work for foreign key fields) created by
- Model: […] Code: […]
- 00:50 Ticket #7970 (DateField incorrect default value in newforms admin) closed by
- invalid: When you provide a callable for the default, the result of calling …
- 00:36 Ticket #7970 (DateField incorrect default value in newforms admin) created by
- The DateField is starting with an incorrect value when using …
- 00:28 Ticket #6413 (Deadlock while culling of cache using locmem backend) closed by
- fixed: (In [8090]) Fixed #6413 -- Fixed a deadlock situation in the locmem …
- 00:27 Changeset [66612ef]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 #6413 -- Fixed a deadlock situation in the locmem culling …
- 00:19 Ticket #7969 (URLField rejects valid local domain URLs) created by
- Valid local URLs such as http://localhost/ are rejected by URLField. …
- 00:18 Ticket #7345 (URLField should append / if no path is specified.) closed by
- fixed: (In [8089]) Fixed #7345 -- When normalising the URLField form field, …
- 00:18 Changeset [108b604b]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 #7345 -- When normalising the URLField form field, attach a …
- 00:07 Changeset [badde8a7]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 #7793 -- Handle sitemaps with more than 50,000 URLs in them (by …
- 00:07 Ticket #7793 (Sitemaps generator does not care about 50,000 URL limit) closed by
- fixed: (In [8088]) Fixed #7793 -- Handle sitemaps with more than 50,000 URLs …
07/25/2008:
- 23:41 Ticket #7968 (ImageField/FileField behaviour on ModelForms) created by
- When an ImageField is left blank on a ModelForm, and the underlying …
- 23:25 Ticket #7686 (Add Austrian localflavor) closed by
- fixed: (In [8087]) Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.
- 23:25 Changeset [a26ba331]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 #7686 -- Added an Austrian localflavor. Thanks, bernd. …
- 23:10 Ticket #7966 (EmailMessage fails to send BCC-only messages) closed by
- fixed: (In [8086]) Fixed #7966 -- Send email if it has "bcc" recipients and …
- 23:10 Changeset [319a3146]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 #7966 -- Send email if it has "bcc" recipients and no "to" …
- 23:10 Changeset [fe240b18]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
- Removed some completely pointless test changes from [8084], since they …
- 22:58 Ticket #7967 (cache.has_key() doesn't do the same thing as "key in cache") closed by
- fixed: (In [8084]) Fixed #7967 -- Make sure the contains method in the …
- 22:58 Changeset [6f16b5ba]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 #7967 -- Make sure the contains method in the cache backends …
- 22:38 Ticket #7948 (Typo on template documentation) closed by
- fixed: Fixed in [8081].
- 22:37 Ticket #7574 (EmailMultiAlternatives and send_email do not handle ugettext_lazy ...) closed by
- fixed: (In [8083]) Fixed #7574 -- Fixed the handling of lazy translation in …
- 22:37 Changeset [f49c5c23]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 #7574 -- Fixed the handling of lazy translation in email …
- 22:31 Changeset [b149e3d9]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
- Corrected typo. git-svn-id: …
- 22:21 SprintDCAugust2008 edited by
- (diff)
- 22:08 Changeset [4ec2b89]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 #7948 -- Fixed a typo in the linebreaks filter documentation, …
- 22:05 Ticket #7959 ("Free comment" is translated as "fomentário" in pt_BR locale) closed by
- fixed: (In [8080]) Fixed #7959 -- Small typo fix in pt_BR. Thanks, marinho.
- 22:05 Changeset [f8713ee]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 #7959 -- Small typo fix in pt_BR. Thanks, marinho. git-svn-id: …
- 22:01 Ticket #7910 (missing import in compilemessages) closed by
- fixed: (In [8079]) Fix #7910 -- Added a missing import used when …
- 22:01 Changeset [453a5bc]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
- Fix #7910 -- Added a missing import used when "django-admin.py …
- 21:08 Ticket #7967 (cache.has_key() doesn't do the same thing as "key in cache") created by
- In [source:django/trunk/django/core/cache/backends/base.py …
- 20:33 Ticket #7159 (Patch to add a --delete option to loaddata management command) closed by
- wontfix: The way the feature is described in help text and options, it is …
- 20:31 Ticket #7966 (EmailMessage fails to send BCC-only messages) created by
- EmailMessage.send() does not send any messages if the "to" parameter …
- 20:12 Changeset [cdc6415f]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 #7962 -- Corrected typo in testing docs. Thanks to cgod for the …
- 20:12 Ticket #7962 (Syntax error in testing documentation) closed by
- fixed: (In [8078]) Fixed #7962 -- Corrected typo in testing docs. Thanks to …
- 19:27 Ticket #7896 (Typo in fastcgi docs) closed by
- fixed: fixed in [8076].
- 19:26 Changeset [a1fda7e1]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 #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas …
- 19:26 Ticket #7965 (Documentation should encourage users to use double-quotes in template tags.) created by
- I found out the hard way that template tags only sometimes accept …
- 18:06 Ticket #7964 (admin docs and tutorial need slight update for autodiscover) created by
- the tutorial and some admin docs still show registering models in …
- 14:47 Ticket #7956 (Grammar in the tutorial) closed by
- wontfix: As far as I can tell, these changes will not noticeably improve the …
- 14:01 Ticket #7956 (Grammar in the tutorial) reopened by
- Replying to durdinator: > I'm not sure where you've picked …
- 13:51 Changeset [7c33cc7f]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 #7398 -- Allow for custom cache-backends to be used. Based on a …
- 13:51 Ticket #7398 (Making it easier to add custom cache backends) closed by
- fixed: (In [8075]) Fixed #7398 -- Allow for custom cache-backends to be used. …
- 13:40 AddWYSIWYGEditor edited by
- corrected the paths in the inner Media definition to be a relative … (diff)
- 13:31 Ticket #7183 (sessionid broken by jsession) reopened by
- I executed the following sequence of actions with following results: …
- 13:10 Ticket #3827 (Correct Plural Form for words that end in "y".) closed by
- wontfix: Per http://www.djangoproject.com/documentation/contributing/ please …
- 13:01 Ticket #7953 (django contenttypes post_sync breaking syncdb (again)) closed by
- invalid: You say "again" in the summary as if this is a re-occurrence of a …
- 12:08 Ticket #7963 (UploadedFile documentation references deprecated attributes) created by
- In the current …
- 11:24 SprintDCAugust2008 edited by
- Added self to sprint attendees. (diff)
- 11:21 Ticket #7962 (Syntax error in testing documentation) created by
- Colon missing at end of example for unittest.TestCase: class …
- 10:50 Ticket #7956 (Grammar in the tutorial) closed by
- invalid: I'm not sure where you've picked up this idea that '"will" should only …
- 09:59 Ticket #7796 (Fieldset description is autoescaped in newforms-admin) closed by
- duplicate: Duplicate of #6109
- 09:54 Ticket #7961 (Removing select statements added through extra() does not remove the ...) reopened by
- 09:54 Ticket #7957 (Chaining Queryset.extra() methods that contain parameters breaks the query) reopened by
- 09:51 Ticket #7961 (Removing select statements added through extra() does not remove the ...) closed by
- fixed
- 09:51 Ticket #7957 (Chaining Queryset.extra() methods that contain parameters breaks the query) closed by
- fixed
- 09:47 Changeset [7c0cf545]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
- Standardised documentation of the Field help_text option and …
- 09:45 Ticket #7961 (Removing select statements added through extra() does not remove the ...) created by
- related to: #7957 if you add a (using extra()) a select statement …
- 09:44 Ticket #6109 (Fieldset description is autoescaped in admin) closed by
- fixed: (In [8073]) Fixed #6109 again.
- 09:44 Changeset [3992683]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 #6109 again. git-svn-id: …
- 09:43 Ticket #7960 (Translation for "Enter a valid time." is wrong in Dutch (nl)) created by
-
It should be
"Geef een geldige tijd op."
in stead of {{{"Geef … - 09:18 Ticket #7959 ("Free comment" is translated as "fomentário" in pt_BR locale) created by
- Just what is wrote in summary :)
- 09:02 Ticket #7934 (adding "nearest_to" search to geodjango) closed by
- wontfix: The existing distance API already has such functionality, for example …
- 08:45 Ticket #6109 (Fieldset description is autoescaped in admin) reopened by
- 08:01 Ticket #7958 (Wrong capitalization in translations) created by
- The translations of some languages (Italian, French, Portuguese and …
- 07:26 Ticket #7957 (Chaining Queryset.extra() methods that contain parameters breaks the query) created by
- To reproduce: Precondition a user 'root' exists with id=1 […]
- 07:15 Ticket #3827 (Correct Plural Form for words that end in "y".) reopened by
- Could this be re-investigated on the grounds that: a) There's not …
- 07:09 Ticket #7927 (Form Field not rendered) closed by
- worksforme: Ran the code, both through shell and a rendered template, with and …
- 06:33 Ticket #7951 (Typo) closed by
- fixed
- 06:32 Changeset [3898af2f]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 #7937 -- Corrected typo in layout of db docs. Thanks to John …
- 06:32 Ticket #7937 (db-api docs not rendering code example correctly) closed by
- fixed: (In [8072]) Fixed #7937 -- Corrected typo in layout of db docs. Thanks …
- 06:21 Changeset [ecdd0717]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 #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the …
- 05:05 SprintLawrenceAugust2008 edited by
- added myself (diff)
- 05:01 Ticket #7956 (Grammar in the tutorial) created by
- Let me first say that overall the writing in the tutorial is …
- 04:46 SprintLawrenceAugust2008 edited by
- (diff)
- 04:44 SprintLawrenceAugust2008 edited by
- removed private email adress (diff)
- 04:42 Ticket #7954 (The value of post_url is unused in ModelAdmin.add_view) closed by
- duplicate: Duplicate of #7929
- 04:42 SprintLawrenceAugust2008 edited by
- Added local Berlin sprint (diff)
- 03:00 Ticket #7955 (Change popup variable name in django.contrib.admin) created by
- [25/Jul/2008 02:48:19] "GET /admin/businesses/category/?pop=1 …
- 02:55 Ticket #7954 (The value of post_url is unused in ModelAdmin.add_view) created by
- Lines 470-475 assign a value to post_url which is not used in the …
- 02:32 Ticket #7953 (django contenttypes post_sync breaking syncdb (again)) created by
- Got this error: $ ./manage.py syncdb Creating table auth_permission …
- 01:13 Ticket #7945 (Italian compiled translation isn't up to date) closed by
- fixed: (In [8070]) Update to the Italian translation. No msgstr …
- 01:13 Changeset [dd5194ad]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 to the Italian translation. No msgstr changed/added/deleted, …
- 00:48 Ticket #7952 (Auth messages should accept a label parameter) created by
- If one wants to differenciate an user message created with auth to an …
- 00:35 Ticket #6128 (Unable to register commands from apps inside the project) closed by
- duplicate: duplicate of #5825
Note: See TracTimeline
for information about the timeline view.