Timeline
03/31/2007:
- 23:40 Changeset [b11454dc]attic/queryset-refactorattic/unicodesoc2009/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
- Moved localflavor form tests into their own file. git-svn-id: …
- 22:35 Ticket #3886 (DB_API, Meta options -> unique_together: List of lists or tuple of tuples?) closed by
- wontfix: It's common Python practice for lists and tuples to be interchangeable …
- 21:15 DevelopersForHire edited by
- (diff)
- 21:03 Ticket #2229 (django-admin's syncdb does not check for missing many-to-many tables) closed by
- wontfix: I'm inclined to reject this idea. Syncdb doesn't have any …
- 20:25 Changeset [f271e08]attic/queryset-refactorattic/unicodesoc2009/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 #2841 -- Clarified documentation on procedure for field …
- 20:25 Ticket #2841 (Validator documentation is contradictory regarding required fields) closed by
- fixed: (In [4886]) Fixed #2841 -- Clarified documentation on procedure for …
- 20:12 Ticket #3735 (Add the ability for fixtures to be dynamic) closed by
- wontfix: Opinion on the dev list resolved that this would unnecessarily …
- 20:09 Changeset [9191fa1f]attic/queryset-refactorattic/unicodesoc2009/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 #3532 -- Made spaceless template tag remove all spaces, rather …
- 20:09 Ticket #3532 (Give the template tag "spaceless" an option wether to leave a single ...) closed by
- fixed: (In [4885]) Fixed #3532 -- Made spaceless template tag remove all …
- 16:51 GeoDjango edited by
- cleaned up phase 2 a bit, cosmetic changes (diff)
- 16:36 GeoDjango edited by
- updated api since geo_filter is no longer used (diff)
- 15:57 Ticket #3889 (incorrect anchor on link) created by
- From: …
- 15:54 Ticket #3879 (Add Norwegian localflavor) reopened by
- There are new (2005?) rules that allow for more than 500 individuals …
- 15:39 Ticket #3888 (Allow {# comment #} tag to be multiline) closed by
- invalid: Actually, tags don't usually work over multiple lines so what you're …
- 15:24 Ticket #3884 (humanize filter `intcomma` should be renamed to `numcomma`) closed by
- wontfix: I'm not necessarily against renaming the filter, but I don't think …
- 14:09 Ticket #3888 (Allow {# comment #} tag to be multiline) created by
- This template: […] Produces this output: […] But it should …
- 11:18 Ticket #3887 ([patch] error in doku for with-tag defaulttags.py) created by
- error in doku for with-tag defaulttags.py The doc-string is wrong, I …
- 10:59 Ticket #3886 (DB_API, Meta options -> unique_together: List of lists or tuple of tuples?) created by
- Should the unique_together variable in a models Meta class be a "list …
- 07:02 Changeset [1109e722]attic/queryset-refactorattic/unicodesoc2009/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 #2363 -- Improved base class checking in ModelBase metaclass. …
- 07:02 Ticket #2363 ([patch] Tighten subclass check at top of db.models.base.ModelBase.__new__.) closed by
- fixed: (In [4881]) Fixed #2363 -- Improved base class checking in ModelBase …
- 06:45 Ticket #3017 ([patch] unit tests showing humanize intcomma handling floats) closed by
- fixed: (In [4880]) Fixed #3017 -- Added tests for humanize filter.
- 06:45 Changeset [04c155f]attic/queryset-refactorattic/unicodesoc2009/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 #3017 -- Added tests for humanize filter. git-svn-id: …
- 06:37 Ticket #3258 ([patch] Make newforms.models.save_instance work with a subset of model ...) closed by
- fixed: Looks like this is the same as #3635. I committed a patch for the …
- 06:35 Changeset [d7cf8eb]attic/queryset-refactorattic/unicodesoc2009/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 #3540 -- Updated permalink documentation to fix an error and …
- 06:35 Ticket #3540 (permalink documentation is incomplete and contains errors) closed by
- fixed: (In [4879]) Fixed #3540 -- Updated permalink documentation to fix an …
- 04:47 Changeset [6a5deb6b]attic/queryset-refactorattic/unicodesoc2009/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 #3635 -- Fixed KeyError problem in …
- 04:47 Ticket #3635 (KeyError in newforms.models.save_instance()) closed by
- fixed: (In [4878]) Fixed #3635 -- Fixed KeyError problem in …
- 04:40 Ticket #3801 (Improvement: In mod_python description, PythonPath for windows ...) closed by
- fixed: (In [4877]) Fixed #3801 -- Added note about double-escaping Windows …
- 04:40 Changeset [1ccdcbf7]attic/queryset-refactorattic/unicodesoc2009/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 #3801 -- Added note about double-escaping Windows paths when …
- 04:18 Ticket #3866 (it localflavor) closed by
- fixed: (In [4876]) Fixed #3866 -- Added tests for localflavor/it. Thanks …
- 04:18 Changeset [5787603c]attic/queryset-refactorattic/unicodesoc2009/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 #3866 -- Added tests for localflavor/it. Thanks …
- 04:14 Changeset [64073e4]attic/queryset-refactorattic/unicodesoc2009/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 #3879 -- Added Norwegian localflavor. Thanks bp@… …
- 04:14 Ticket #3879 (Add Norwegian localflavor) closed by
- fixed: (In [4875]) Fixed #3879 -- Added Norwegian localflavor. Thanks …
- 04:05 Ticket #3882 (Add Brazilian localflavor) closed by
- fixed: (In [4874]) Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam …
- 04:05 Changeset [79312f7a]attic/queryset-refactorattic/unicodesoc2009/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 #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de …
- 03:55 Ticket #3885 ([multi-db] bug in relating models across different db's) created by
- I've found what i believe to be a bug when trying to relate models to …
- 02:27 Ticket #3017 ([patch] unit tests showing humanize intcomma handling floats) reopened by
- Actually, the unit test may as well go in there. I opened a new ticket …
- 02:26 Ticket #3884 (humanize filter `intcomma` should be renamed to `numcomma`) created by
- The current filter name doesn't give it justice (it also comma …
- 02:21 Ticket #3017 ([patch] unit tests showing humanize intcomma handling floats) closed by
- worksforme: I'm quite confused also - I can see the current method works perfectly …
- 01:57 GeoDjango edited by
- updated api, fixed some typgraphical errors (diff)
03/30/2007:
- 22:50 Ticket #3883 (Add documentation for LocalFlavor) created by
- Here's a first pass for LocalFlavor documentation (see …
- 22:31 GeoDjango edited by
- updated db_api, FAQ (diff)
- 22:15 Ticket #3866 (it localflavor) reopened by
- tests need to be checked in too.
- 22:12 WikiStart edited by
- gis: added link for GeoDjango branch (diff)
- 21:23 Ticket #3473 (Comments Karma creation broken) closed by
- fixed: (In [4873]) Fixed #3473 -- Corrected access to get in manager …
- 21:23 Changeset [7be1f440]attic/queryset-refactorattic/unicodesoc2009/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 #3473 -- Corrected access to get in manager (probably introduced …
- 17:45 Ticket #3882 (Add Brazilian localflavor) created by
- Patch to add brazilian localflavor.
- 16:40 DjangoPoweredSites edited by
- Added www.blingon.com (diff)
- 13:15 SummerOfCode2007 edited by
- (diff)
- 12:42 Ticket #3881 (Don't mask server exception with session save exception) created by
- Now session is saved even when the server callback method throws an …
- 12:40 Ticket #3880 (django.db.connection does not implement DB-API) created by
- In the Model Reference section …
- 11:29 Ticket #3879 (Add Norwegian localflavor) created by
- Patch to add no module to django.contrib.localflavor: NOZipCodeField, …
- 10:17 Ticket #3878 ((JSON)-serializing utf8 data fails) created by
- If i try to serialize data from the database (for example using …
- 07:00 Changeset [df119b77]attic/queryset-refactorattic/unicodesoc2009/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 trailing whitespace that had smuggled itself aboard in …
- 06:57 Changeset [5e73921]attic/queryset-refactorattic/unicodesoc2009/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 #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan …
- 06:57 Ticket #3733 (django.utils.text.smart_split() does not properly handle unmatched quotes) closed by
- fixed: (In [4870]) Fixed #3733 -- Fixed up quote parsing in smart_split(). …
- 06:06 GeoDjango edited by
- (diff)
- 05:18 Ticket #3847 (Add Finnish localflavor) closed by
- fixed: (In [4868]) Fixed #3847 -- Added validation support for Finnish social …
- 05:18 Changeset [63a629bb]attic/queryset-refactorattic/unicodesoc2009/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 #3847 -- Added validation support for Finnish social security …
- 05:07 Ticket #3847 (Add Finnish localflavor) reopened by
- Whoops .. the extra patch was added just as I was committing Ville's …
- 05:04 Ticket #3847 (Add Finnish localflavor) closed by
- fixed: (In [4867]) Fixed #3847 -- Added Finnish localflavor contribution from …
- 05:04 Changeset [51c7dad]attic/queryset-refactorattic/unicodesoc2009/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 #3847 -- Added Finnish localflavor contribution from Ville …
- 05:00 Ticket #3877 (Newforms and i18n bug) closed by
- duplicate: Duplicate: #3600
- 04:05 Ticket #3877 (Newforms and i18n bug) created by
- Here is how I define a form in my views: class MyForm(forms.Form): …
- 03:31 Tutorials edited by
- (diff)
- 01:48 Changeset [6a643b03]attic/queryset-refactorattic/unicodesoc2009/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 #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr. …
- 01:48 Ticket #3875 (Addition of HttpResponseBadRequest (HTTP Status code 400)) closed by
- fixed: (In [4866]) Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott …
- 01:46 Changeset [3c6609a]attic/queryset-refactorattic/unicodesoc2009/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
- Refactored the HttpResponse sub-classes so that adding a subclass that …
- 01:16 Changeset [179b5b84]attic/queryset-refactorattic/unicodesoc2009/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 #3840 -- Attempted to clarify how to specify the settings file …
- 01:16 Ticket #3840 ("Settings file" is unclear in modpython docs.) closed by
- fixed: (In [4864]) Fixed #3840 -- Attempted to clarify how to specify the …
- 01:08 Ticket #3876 (Add Australian localflavor) created by
- 00:51 Changeset [e824bcb]attic/queryset-refactorattic/unicodesoc2009/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 #3824 -- Updated Japanese translations. Thanks, Makoto Tsuyuki. …
- 00:51 Ticket #3824 (Update Japanese(ja) translation file for trunk) closed by
- fixed: (In [4863]) Fixed #3824 -- Updated Japanese translations. Thanks, …
- 00:45 Changeset [efd95df]attic/queryset-refactorattic/unicodesoc2009/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 #3866 -- Added Italian localflavors contribution from …
- 00:45 Ticket #3866 (it localflavor) closed by
- fixed: (In [4862]) Fixed #3866 -- Added Italian localflavors contribution …
- 00:05 Ticket #2763 ([patch] Inspect db crashes with MySQL date "0000-00-00" - Quick fix ...) closed by
- fixed: This seems to be fixed in the current mysql backend. So, as Andy …
- 00:02 Ticket #3874 (setting fk model field to editable=False produces error when using ...) closed by
- invalid: Unless I'm missing something, that seems like a valid error. You …
03/29/2007:
- 23:53 Changeset [6f19ce88]attic/queryset-refactorattic/unicodesoc2009/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 #3673 -- Updated Telugu translation. Thanks Pavithran. …
- 23:53 Ticket #3673 (Django Telugu Translation files) closed by
- fixed: (In [4861]) Fixed #3673 -- Updated Telugu translation. Thanks Pavithran.
- 23:51 Changeset [72235e5a]attic/queryset-refactorattic/unicodesoc2009/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 #3823 -- Updated Argentinean Spanish translation. Thanks, Ramiro …
- 23:51 Ticket #3823 (Updated es_AR translations) closed by
- fixed: (In [4860]) Fixed #3823 -- Updated Argentinean Spanish translation. …
- 23:48 Changeset [93cbd084]attic/queryset-refactorattic/unicodesoc2009/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 #3836 -- Updated French translation. Thanks Baptiste. …
- 23:48 Ticket #3836 (French translation for 0.96) closed by
- fixed: (In [4859]) Fixed #3836 -- Updated French translation. Thanks Baptiste.
- 23:42 Ticket #3875 (Addition of HttpResponseBadRequest (HTTP Status code 400)) created by
- The following is a patch to add a class called HttpResponseBadRequest …
- 23:41 Ticket #3868 (traceback when trying to attach image file to ticket) closed by
- invalid: I have opened a ticket in Trac's ticket system: …
- 23:06 Ticket #3874 (setting fk model field to editable=False produces error when using ...) created by
- Given the following model snippet: […] Trying to create a …
- 22:16 DjangoResources edited by
- added the mpd client I wrote recently (diff)
- 20:50 Changeset [97e65d1]attic/queryset-refactorattic/unicodesoc2009/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 ReST error in docs/webdesign.txt git-svn-id: …
- 20:50 Ticket #3799 (Lorem ipsum template tag) closed by
- fixed: (In [4857]) Fixed #3799 -- Added django.contrib.webdesign and moved …
- 20:50 Changeset [d22e39c1]attic/queryset-refactorattic/unicodesoc2009/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 #3799 -- Added django.contrib.webdesign and moved 'lorem' …
- 19:39 Ticket #3873 (Admin interface showing empty values) created by
- Developping a component-based application, i find that djando is a …
- 17:57 Ticket #3872 (Bug in SetRemoteAddrFromForwardedFor middleware) created by
- The middleware contains the following: […] I'm pretty sure it …
- 17:28 Changeset [587abaa9]attic/queryset-refactorattic/unicodesoc2009/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 stray tab in django.contrib.humanize template tag git-svn-id: …
- 17:13 DjangoPoweredSites edited by
- (diff)
- 17:01 DjangoFriendlyWebHosts edited by
- updated NEXCESS.NET title and link (diff)
- 16:46 Ticket #3871 (Use custom managers in reverse relations) created by
- This is my case: I got a Article model with two managers, the …
- 16:37 Ticket #3870 (a couple widgets not passing along attrs to render()) created by
-
RadioSelect
is setting a local variable in itsrender()
method … - 16:15 DevelopersForHire edited by
- (diff)
- 16:14 DevelopersForHire edited by
- (diff)
- 16:14 DevelopersForHire edited by
- (diff)
- 16:02 Ticket #3799 (Lorem ipsum template tag) reopened by
-
Doesn't look like
django.utils.lorem_ipsum
was checked in. Can a … - 15:07 Ticket #3869 (newforms form.errors.__all__ cannot render) closed by
-
worksforme: Use
form.non_field_errors
to access the errors that aren't … - 14:59 Ticket #3869 (newforms form.errors.__all__ cannot render) created by
- If you implement a clean method on your newform and raise a validation …
- 14:44 DjangoPoweredSites edited by
- (diff)
- 14:39 GeoDjango edited by
- (diff)
- 12:11 Ticket #3862 (it localflavor) closed by
- duplicate: Dupe of #3866.
- 12:11 Ticket #3863 (it localflavor) closed by
- duplicate: Dupe of #3866.
- 12:11 Ticket #3864 (it localflavor) closed by
- duplicate: Dupe of #3866.
- 12:11 Ticket #3865 (it localflavor) closed by
- duplicate: Dupe of #3866.
- 12:10 Ticket #3861 (it localflavor) closed by
- duplicate: Dupe of #3866.
- 12:09 Ticket #3860 (AttributeError: 'module' object has no attribute 'myapp') closed by
- invalid: Maybe I'm missing something here, but why are you importing things in …
- 11:25 GeoDjango edited by
- (diff)
- 10:39 GeoDjango edited by
- (diff)
- 10:38 Ticket #3868 (traceback when trying to attach image file to ticket) created by
- Hi, today I tried to create ticket regarding favicon #3867 and when …
- 10:35 Ticket #3867 (favicon for djangoproject.com) created by
- Guys, I can't see favicon loading next to djangoproject.com url. I've …
- 10:28 GeoDjango edited by
- added comment (diff)
- 10:24 GeoDjango edited by
- (diff)
- 10:09 Ticket #3866 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces Trac refuses …
- 10:07 Ticket #3865 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces
- 10:07 Ticket #3864 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces
- 10:05 Ticket #3863 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces
- 10:05 Ticket #3862 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces
- 10:04 Ticket #3860 (AttributeError: 'module' object has no attribute 'myapp') reopened by
- I replicated this as follows just after doing an svn update to …
- 10:03 Ticket #3861 (it localflavor) created by
- italian localflavor with Italian Regions and Provinces
- 07:15 Ticket #3860 (AttributeError: 'module' object has no attribute 'myapp') closed by
- invalid: I'm unable to replicate this, so it's most likely a problem with …
- 06:59 Changeset [c1a73d80]attic/queryset-refactorattic/unicodesoc2009/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 #3253 -- Included test errors in the return code. git-svn-id: …
- 06:59 Ticket #3253 ([patch] runtests.py should exit with nonzero status for failure or error) closed by
- fixed: (In [4850]) Fixed #3253 -- Included test errors in the return code.
- 06:46 Ticket #3845 (Add db_index to FlatPages 'url' field) closed by
- fixed: (In [4849]) Fixed #3845 -- Added index to URL attribute of flatpages model.
- 06:46 Changeset [aebd5f94]attic/queryset-refactorattic/unicodesoc2009/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 #3845 -- Added index to URL attribute of flatpages model. …
- 06:45 Ticket #3840 ("Settings file" is unclear in modpython docs.) reopened by
- 06:43 Changeset [5f68a26f]attic/queryset-refactorattic/unicodesoc2009/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
- Fixes #3799 -- Oops - ran last checkin from the wrong directory. …
- 06:13 Changeset [1f0b1af]attic/queryset-refactorattic/unicodesoc2009/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 #3799 -- Added Lorem template tag for generation of random latin …
- 06:13 Ticket #3799 (Lorem ipsum template tag) closed by
- fixed: (In [4847]) Fixed #3799 -- Added Lorem template tag for generation of …
- 06:05 Changeset [4dab533f]attic/queryset-refactorattic/unicodesoc2009/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 #3858 -- Updated pieces of tutorial 1 to reflect recent changes. …
- 06:05 Ticket #3858 (Tutorial 1 needs to be updated to reflect changes in 0.96) closed by
- fixed: (In [4846]) Fixed #3858 -- Updated pieces of tutorial 1 to reflect …
- 05:55 Changeset [4a6c7e75]attic/queryset-refactorattic/unicodesoc2009/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 #3855 -- Fixed typo in testing docs. Thanks for the report …
- 05:55 Ticket #3855 (Typo in docs/testing.txt) closed by
- fixed: (In [4845]) Fixed #3855 -- Fixed typo in testing docs. Thanks for the …
- 05:53 Changeset [cbf3940b]attic/queryset-refactorattic/unicodesoc2009/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 #3853 -- Added svn:ignore property to a few new directories. …
- 05:53 Ticket #3853 (Add svn:ignore property to several directories) closed by
- fixed: (In [4844]) Fixed #3853 -- Added svn:ignore property to a few new …
- 05:22 Localization edited by
- added information about poEdit availability for Mac OS X (diff)
- 05:21 Localization edited by
- (diff)
- 05:21 Ticket #899 (Formfield doesn't display default value) reopened by
- Now that there's formfield method especially for generating forms from …
- 05:19 Localization edited by
- updated poedit link (diff)
- 03:40 Ticket #3860 (AttributeError: 'module' object has no attribute 'myapp') created by
- I wanted to get access to the User model in django.contrib.auth.models …
- 03:25 Ticket #3859 (add LOGIN_URL to settings.py) closed by
- duplicate: Duplicate of #3185
- 02:58 Ticket #3859 (add LOGIN_URL to settings.py) created by
- To have an ability to change default login url add LOGIN_URL ro …
- 01:44 Ticket #3834 (dispatcher.connect and custom parameters) closed by
- invalid: Can you provide more information please? Do you want dispatchers to …
- 01:14 Ticket #3856 (link to 0.95 version on installation document is broken) closed by
- invalid: This appears to have been fixed. If not, can you tell me exactly where …
- 01:01 Ticket #3858 (Tutorial 1 needs to be updated to reflect changes in 0.96) created by
- 1. In Database setup, DATABASE_ENGINE should have the …
03/28/2007:
- 23:53 Ticket #3857 (Table quick reference for FileField docs) created by
- The FileField documentation could really benefit from an 'arguments' …
- 23:25 Ticket #3856 (link to 0.95 version on installation document is broken) created by
- i tried to click on the .95 link since it says the installation …
- 23:06 Ticket #3855 (Typo in docs/testing.txt) created by
- "The is the final page content as rendered by the view, or any error …
- 21:49 BackwardsIncompatibleChanges edited by
- Add place-holder heading for post-0.96 changes. (diff)
- 21:47 BackwardsIncompatibleChanges edited by
- Keep the page length manageable by moving older changes to another page. (diff)
- 21:44 OlderBackwardsIncompatibleChanges created by
- Moved really old backwards-incompat changes to this new page.
- 21:09 IrcFAQ edited by
- Added note about backwards incompatible changes wiki page (diff)
- 21:04 IrcFAQ edited by
- Stop tresting MySQL like a second-class citizen for no reason. (diff)
- 18:42 Ticket #3854 (DO_NOT_SAVE_LATER after data processing from one field sets related objects) created by
- The database system that I set up using Django often uses TextField …
- 17:43 Ticket #3853 (Add svn:ignore property to several directories) created by
- Subversion shows .pyc files in these directories in trunk to have …
- 17:20 Ticket #3820 (DebugCursorWrapper not working on Oracle) closed by
- fixed: (In [4843]) boulder-oracle-sprint: Fixed #3820. See #3835 too, as …
- 16:54 DjangoPoweredSites edited by
- Added Gamelion site (diff)
- 16:33 Ticket #3850 (0.96 Release notes conflict with Downloads page recommendation to use SVN) closed by
- fixed: Reworded the note about which version to use, with input from Jacob.
- 16:04 IrcFAQ edited by
- Updating some things for 0.96 (diff)
- 15:55 Ticket #3835 ([boulder-oracle]: manage.py fails with TypeError) closed by
- fixed: (In [4840]) boulder-oracle-sprint: Fixed #3835 by making …
- 14:31 SetupOnTiger edited by
- (diff)
- 14:31 Ticket #3852 ([patch] newforms SelectDateWidget fails to display saved values ...) created by
- SelectDateWidget in newforms.extras.widgets displays January 1, 2007 …
- 14:25 Ticket #3851 (unique_together with an empty value for a ForeignKey) created by
- unique_together with a null value for a ForeignKey causes an "ERROR: …
- 13:07 Ticket #3850 (0.96 Release notes conflict with Downloads page recommendation to use SVN) created by
- The 0.96 Release notes recommend that developers stick with 0.96 …
- 12:54 DevelopersForHire edited by
- Added myself to the list (diff)
- 11:45 DevelopersForHire edited by
- (diff)
- 10:38 Changeset [f6d370c]attic/queryset-refactorattic/unicodesoc2009/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
- Backed out [4828]. We keep all contributor names in the AUTHORS file, …
- 10:17 Ticket #3849 (Saving edit_inline OneToOneField is broken in admin) created by
- Consider the following model: […] Saving a user object in admin …
- 10:12 IrcFAQ edited by
- added official FAQ link and question-asking tips (diff)
- 09:50 Ticket #3427 (newforms: add readonly support to widgets) closed by
- wontfix: Hi iwan, Please don't reopen tickets that have been marked as "wontfix."
- 09:34 Ticket #3848 (Image validator: fails to spot image truncation or corruption) created by
- django.core.validators.isValidImage in trunk does not detect corrupt …
- 09:26 DjangoPoweredSites edited by
- Added safesyst.com.br (diff)
- 05:57 Ticket #652 (An option to upload files into database would be a great alternative ...) closed by
- wontfix: Given the discussion on the list above, I've marked this as wontfix …
- 04:45 Ticket #3427 (newforms: add readonly support to widgets) reopened by
- Is it really so hairy? Why not just use the disabled and NOT do the …
Note: See TracTimeline
for information about the timeline view.