Timeline
05/20/2009:
- 20:04 Ticket #11166 ({% widthratio 0 0 100 %} returns an empty string, rather than a 0) created by
- When supplying the {% widthratio %} template tag with both a value and …
- 19:54 Ticket #11165 (Data gets truncated when saved) closed by
- invalid: Django uses the Python DBAPI interface to submit queries, and that API …
- 19:28 Ticket #11165 (Data gets truncated when saved) created by
- I am working on a system to index my music library, and I think I …
- 19:02 Ticket #11163 (admin ForeignKeyRawIdWidget contains incorrect link when used in ...) reopened by
- Reopening because I may have confused this with the bug fixed in …
- 17:51 Ticket #11164 (inconsistency in installation documentation, and a suggestion) created by
- The online instructions say to run the command "sudo python setup.py …
- 16:39 Ticket #11163 (admin ForeignKeyRawIdWidget contains incorrect link when used in ...) closed by
- invalid: This is fixed as long as you use the include(admin.site.urls) method …
- 16:01 Ticket #11163 (admin ForeignKeyRawIdWidget contains incorrect link when used in ...) created by
- When the user specifies in their admin.py that a field is both …
- 15:05 Changeset [19e2585a]stable/1.0.x by
- [1.0.X] Fixed #10867: make the makemessages command ignore files and …
- 15:05 Ticket #10867 (The command makemessages should avoid files inside the locale dir when ...) closed by
- fixed: (In [10833]) Fixed #10867: make the makemessages command ignore files …
- 15:05 Changeset [077a94c5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10867: make the makemessages command ignore files and only …
- 14:33 Ticket #11162 (No Mention of raise exceptions.ValidationError in custom model ...) created by
- It would be useful to mention the use of Mention the use of …
- 14:26 Ticket #11161 (Added plural rules for supported languages) created by
- Added gettext plural rules in global_settings.conf and code in …
- 13:52 Ticket #11160 (Formset non_form_errors returns ErrorList() if is_valid is not called) created by
- If Formset.non_form_errors() is called before Formset.is_valid(), it …
- 11:19 Changeset [10637a94]stable/1.0.x by
- [1.0.X] Fixed #11134: signals recievers that disconnect during their …
- 11:16 Ticket #11147 (manage.py doesn't work with settings directory in pydev) closed by
- invalid: I'm fairly sure this is a PyDev bug because looking at the code …
- 11:13 Ticket #11134 (Signals don't work properly when they are being disconnected during ...) closed by
- fixed: (In [10831]) Fixed #11134: signals recievers that disconnect during …
- 11:13 Changeset [c935d7f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11134: signals recievers that disconnect during their …
- 10:41 Ticket #11159 (Test client encode_file doesn't set content-type properly) created by
- The test client doesn't properly set the content-type when uploading …
- 09:22 Ticket #11158 (get_image_dimensions very slow after 1 call) created by
- get_image_dimensions in django.core.files.images is very slow after 1 …
- 08:51 Ticket #11157 (slugify and admin javascript URLify function produce different strings) created by
- The javascript used by the admin to autogenerate slugs, URLify() in …
- 06:03 Changeset [ca365b41]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Polish translation updated. git-svn-id: …
- 05:24 Ticket #11156 (Unnecessary savepoints with Oracle) created by
- Savepoints are implemented in the Postgresql and Oracle backends, and …
05/19/2009:
- 19:26 Changeset [e0017380]stable/1.0.x by
- [1.0.X] Modified a test from r10787 so that the comparison order is …
- 19:19 Changeset [4567b449]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Modified a test from r10787 so that the comparison order is reliable. …
- 19:05 Ticket #11153 (django development server needs to trap all exceptions just like ...) closed by
- duplicate: Duplicate of #9589
- 18:39 Changeset [3cd3df81]stable/1.0.x by
- [1.0.X] Blocked r10826 from merge to branch as it's a fix to code …
- 18:13 Ticket #11149 (error with def save_form_data --) closed by
- fixed: (In [10826]) Fixed #11149 -- Don't call save_form_data on file-type …
- 18:13 Changeset [8c8625b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11149 -- Don't call save_form_data on file-type fields multiple …
- 14:34 Ticket #10739 (MySQL and order_by()) reopened by
- The bug occurs on Ubuntu 8.10 (Python 2.5.2 and MySQL 5.0.67-0ubuntu6) …
- 14:09 Ticket #11155 (Buffer size in get_image_dimensions too small) created by
- The buffer size inside django/core/files/images.py, …
- 13:45 Ticket #11154 (Inconsistency with permissions for proxy models) created by
- Summary: The content type framework treats proxy models and …
- 11:41 Ticket #11153 (django development server needs to trap all exceptions just like ...) created by
- If you run "manage.py runserver" there are *some* exceptions that …
- 11:08 Ticket #11152 (Some classes missing in documentation (Template docs)) created by
- I want to use intersphinx to connect up my documentation with …
- 10:05 Changeset [cb73fe91]stable/1.0.x by
- [1.0.X] Updated svnmerge properties for recent commits git-svn-id: …
- 09:27 Ticket #11147 (manage.py doesn't work with settings directory in pydev) reopened by
- This isn't a support question. Running without a project module is …
- 08:42 Ticket #11116 (delete() triggers an error on proxy model instances) closed by
- fixed: (In [10824]) Fixed #11116 -- Corrected the deletion of proxy objects. …
- 08:42 Changeset [2e24596]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11116 -- Corrected the deletion of proxy objects. Thanks to …
- 08:10 Changeset [593bcc15]stable/1.0.x by
- [1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key …
- 07:44 Ticket #9308 (Django fails to set nullable foreign key field to NULL before deleting ...) closed by
- fixed: (In [10822]) Fixed #9308 -- Corrected the updated of nullable foreign …
- 07:44 Changeset [b9b9ca3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9308 -- Corrected the updated of nullable foreign key fields …
- 06:03 Ticket #11147 (manage.py doesn't work with settings directory in pydev) closed by
- invalid: Django project is a normal python module and you must have init.py …
- 05:52 Ticket #11151 (continue #11149.) closed by
- invalid: As best as I can guess, you're trying to amend ticket #11149 - in …
- 04:00 Ticket #11151 (continue #11149.) created by
- To Ticket #11149. Problem start from 10189 There are next fixed: " $ …
- 03:39 Ticket #11150 (ImageField validation depend on cStringIO) created by
- I've found that ImageField clean() method depend on reset() method of …
- 03:30 Ticket #11149 (error with def save_form_data --) created by
- Hi everyone I use django revision 10000 and it is normal. But when I …
- 00:19 Ticket #10816 (CsrfMiddleware false positive after session.flush()) closed by
- duplicate: I'm closing this as a dupe of #9977 then (with a note there to reopen …
- 00:04 Ticket #10735 (Comment redirect breaks if you want to send get data) closed by
- fixed: Fixed in r10424
05/18/2009:
- 23:47 Ticket #2538 (Add throttling middleware) closed by
- wontfix: Closing again - no need to bloat Django just for app engine's sake. …
- 23:26 Ticket #11077 (Django's built-in tests fail when using url reverse tags in default ...) closed by
- fixed: I believe this was fixed in response to #10747
- 18:56 Ticket #11148 (Inline Views don't support editable=False for PK value) created by
- When saving the second record of a ManyToMany relationship via …
- 16:31 Ticket #11147 (manage.py doesn't work with settings directory in pydev) created by
- The fix for #9751 - r10751 - completely broken manage.py for our …
- 16:17 Ticket #11146 (RequestSite needs __unicode__ parameter) closed by
-
invalid: RequestSite has a
__unicode__
method: … - 15:46 Ticket #11146 (RequestSite needs __unicode__ parameter) created by
- Request site needs the following code […]
- 13:56 Ticket #11145 (problems with LIMIT on Oracle backend) closed by
- invalid: the problem disappeared :-) so marking has invalid
- 12:48 Ticket #11145 (problems with LIMIT on Oracle backend) created by
- shell commands: […] sql executed by the shell commands: […] …
- 12:21 Ticket #11144 (UnicodeEncodeError when unicode characters present in To/From/Cc and ...) created by
- This address will work fine: "Joe Blöggs" …
- 11:31 Ticket #11143 (AttributeError: 'str' object has no attribute '_default_manager') closed by
- duplicate: Looks like #10405. You should be able to fix it in your code by …
- 11:25 Ticket #11143 (AttributeError: 'str' object has no attribute '_default_manager') created by
- Hi, since months ago i've getting sometimes this error: […] I …
- 11:06 Changeset [c6f7f2f]stable/1.0.x by
- [1.0.X] Blocked new function doc fix changesets from merge to branch. …
- 11:02 Changeset [ad2efbd]stable/1.0.x by
- [1.0.X] Fixed #11138 -- Corrected the description of behavior related …
- 11:00 Ticket #11138 (Minor errors in ModelForm documentation) closed by
- fixed: (In [10819]) Fixed #11138 -- Corrected the description of behavior …
- 11:00 Changeset [ae95edf9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11138 -- Corrected the description of behavior related to the …
- 10:36 Ticket #11137 (Typo in Proxy Model documentation (topics/db/models)) closed by
- fixed: (In [10818]) Fixed #11137 -- Add missing base class in proxy model …
- 10:36 Changeset [5a5842cc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11137 -- Add missing base class in proxy model extra managers …
- 09:51 Ticket #11142 (internalization of forms bug) closed by
- invalid: You need to use ugettext_lazy since it's a module level string.
- 09:39 Ticket #11139 (Screenshots missing from tutorial) closed by
- invalid: Despite the fact that it is styled much like the Django project docs …
- 09:06 Ticket #11142 (internalization of forms bug) created by
- I am trying to translate my website to french version and I don't know …
- 08:58 Ticket #11140 (modelForm fields Meta, if only one specified results empty form) closed by
- invalid: That's because you specified a string, not an iterable (such as a …
- 08:50 Ticket #11141 (django.contrib.admin docs -- Error in code example) created by
- In one of the django.contrib.admin doc examples, the …
- 08:47 Ticket #11140 (modelForm fields Meta, if only one specified results empty form) created by
- I have the following Modelform. […] If I change fields to …
- 08:05 Ticket #11139 (Screenshots missing from tutorial) created by
- The tutorial which starts at …
- 06:24 Ticket #11138 (Minor errors in ModelForm documentation) created by
- I've noted the following minor errors in …
- 02:49 Ticket #11137 (Typo in Proxy Model documentation (topics/db/models)) created by
- The documentation for proxy models in …
05/17/2009:
- 19:23 Ticket #11117 (placeholder confusion when using aggregated query with extra) closed by
- duplicate: I'm going to close this as a dupe of #11104. It's not a literal …
- 18:30 Ticket #11136 (add button to related field in admin to be put only if user is ...) created by
- Here is the example situation: […] it would be nicer not to show …
- 18:18 Ticket #11135 ('was_published_today' in Tutorial 2) closed by
- invalid: Why do you think the quotes should be removed? was_published_today, …
- 17:28 Ticket #11135 ('was_published_today' in Tutorial 2) created by
- The line list_display = ('question', 'pub_date', …
- 15:08 Ticket #11134 (Signals don't work properly when they are being disconnected during ...) created by
-
This happens because
disconnect()
method does {{{del … - 14:45 Ticket #11132 (dumpdata with a year<1000 can't be loaded with loaddata) closed by
- duplicate: #10866 proposes the same change.
- 14:35 Ticket #11133 (contrib.auth.tests to work without contrib.site installed) created by
- the LoginTest assumeds that the site contrib app is installed
- 14:11 Ticket #6286 (tutorial part 3 - Design your urls misses admin views) closed by
- fixed: This was addressed independently in r10727 by just not dropping the …
- 13:47 Changeset [efbe48c]stable/1.0.x by
- [1.0.X] Fixed #10400: Added a note in the file uploads doc about the …
- 13:45 Ticket #10400 (File upload documentation should emphasize the need to add ...) closed by
- fixed: (In [10816]) Fixed #10400: Added a note in the file uploads doc about …
- 13:45 Changeset [a6a0b293]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10400: Added a note in the file uploads doc about the correct …
- 13:11 Changeset [65966ce]stable/1.0.x by
- [1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. …
- 13:10 Ticket #10817 (grammar in forms section) closed by
- fixed: (In [10814]) Fixed #10817 -- Corrected some grammar in the forms doc. …
- 13:10 Changeset [b2d2aba7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10817 -- Corrected some grammar in the forms doc. Thanks …
- 13:06 Ticket #10846 (deployment typo + updated link) closed by
- fixed: (In [10813]) [1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and …
- 13:06 Changeset [d4e44699]stable/1.0.x by
- [1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and updated …
- 13:04 Changeset [21c6f980]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10846: Corrected typo in modwsgi.txt and updated reference to …
- 12:57 Changeset [fc24a69]stable/1.0.x by
- [1.0.X] Fixed #10855: Reference doc on creating superusers in the …
- 12:57 Ticket #11132 (dumpdata with a year<1000 can't be loaded with loaddata) created by
- running dumpdata on a date of 0001-01-01 gives the string " 1-01-01" …
- 12:54 Ticket #10855 (tutorial doesn't give sufficient warning about superuser account or ...) closed by
- fixed: (In [10810]) Fixed #10855: Reference doc on creating superusers in the …
- 12:54 Changeset [b527a59d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10855: Reference doc on creating superusers in the tutorial at …
- 12:45 Changeset [e2189f6]stable/1.0.x by
- [1.0.X] Fixed #10925 -- Clarified the location of some code referenced …
- 12:43 Ticket #10925 (Django tutorial part 2: was_published_today example) closed by
- fixed: (In [10808]) Fixed #10925 -- Clarified the location of some code …
- 12:43 Changeset [33e77db6]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10925 -- Clarified the location of some code referenced in the …
- 12:36 Ticket #10971 (Test client response.redirect_chain documentation example missing ...) closed by
- fixed: (In [10807]) Fixed #10971 -- Corrected code example involving …
- 12:36 Changeset [5a4ad739]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10971 -- Corrected code example involving redirect_chain in the …
- 12:28 Changeset [509dfdd]stable/1.0.x by
- [1.0.X] Fixed #11031 -- Added doc for some additional roles needed …
- 12:25 Ticket #11031 (Docs change - django user needs more roles in Oracle database) closed by
- fixed: (In [10805]) Fixed #11031 -- Added doc for some additional roles …
- 12:24 Changeset [c8e071b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11031 -- Added doc for some additional roles needed when …
- 12:14 Ticket #11034 (Typo in admin actions documentation) closed by
- fixed: Fixed in r10804.
- 12:13 Changeset [3465ac05]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11034: Corrected serialization example in admin actions doc. …
- 12:01 Ticket #11054 (Small typo in docs/howto/auth-remote-user.txt) closed by
- fixed: Fixed in r10803. (Why doesn't the post-commit hook like me?)
- 11:57 Changeset [21cee79]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11054 -- Corrected typo in auth-remote-user.txt. Thanks Jan …
- 11:53 Changeset [02b6f164]stable/1.0.x by
- [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs …
- 11:46 Ticket #11066 (Fix the the Documentation) closed by
- fixed: Fixed in r10801.
- 11:45 Changeset [50745cc3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11066 -- Corrected 15 duplicate "the"s found in docs and code …
- 11:33 Changeset [1f5626d0]stable/1.0.x by
- [1.0.X] Fixed #11130 -- Corrected code example in custom template tag …
- 11:31 Ticket #11130 (incorrect namespace error in ...) closed by
- fixed: (In [10799]) Fixed #11130 -- Corrected code example in custom template …
- 11:31 Changeset [92e5249a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11130 -- Corrected code example in custom template tag doc. …
- 11:22 Changeset [e6a6ce4]stable/1.0.x by
- [1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. …
- 11:20 Ticket #11106 (typo in documentation?) closed by
- fixed: (In [10797]) Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
- 11:20 Changeset [2cbec63f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11106 -- Corrected typo in models doc. Thanks mnieber. …
- 11:15 Changeset [ebd74921]stable/1.0.x by
- [1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model …
- 11:15 Ticket #11128 (Misc. small fixes to model formset documentation) closed by
- fixed: (In [10796]) [1.0.X] Fixed #11128 -- Misc. fixes and improvements to …
- 11:12 Changeset [7ba62f2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11128 -- Misc. fixes and improvements to the model forms doc. …
- 05:18 DevelopersForHire edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.