Timeline
03/10/2008:
- 23:48 Ticket #6741 (Incomplete documentation for model-inheritance) closed by
- wontfix: Thinking about this some more, I'm going to go in a different …
- 22:44 Ticket #6741 (Incomplete documentation for model-inheritance) reopened by
- I think I misunderstood what you were saying here. You're talking …
- 21:48 Ticket #6706 (updating inherited models does not work) closed by
- fixed: (In [7218]) queryset-refactor: Fixed an oversight in Model.save() that …
- 20:15 Ticket #6704 (.exclude(foreignkey_field__isnull=True) doesn't quite work on qs-rf) closed by
- fixed: (In [7217]) queryset-refactor: Reworked exclude() handling to fix a …
- 19:58 Ticket #6120 (Document newforms field types which handle relationships) reopened by
- The actual problem is that it was never part of the newforms docs …
- 19:18 SummerOfCode2008 edited by
- "Build some useful models" is basically "build an app" in disguise, … (diff)
- 18:58 SummerOfCode2008 edited by
- Added RKM as mentor volunteer, and added some more project suggestions (diff)
- 18:32 Changeset [42712048]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
- Beefed up caching of ContentType lookups by adding …
- 17:18 Changeset [50bf5676]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 #6374: cross-app and circular FK constraints are now detected …
- 17:18 Ticket #6374 (Foreign key constraints not added across apps when creating tables) closed by
- fixed: (In [7215]) Fixed #6374: cross-app and circular FK constraints are now …
- 15:45 Ticket #6746 (`GoogleMap` does not use `mark_safe`.) closed by
-
fixed: (In [7213]) gis: Fixed #6746 by marking safe
GoogleMap
internal … - 15:20 ForumAppsComparison edited by
- Added feature descriptions and improved layout (diff)
- 15:11 Ticket #6750 (Invalid xhtml in AdminFileWidget (target="_blank")) created by
- As requested in #5695, here is the fix for the invalid xhtml in the …
- 14:15 Ticket #6749 (Generic week view displays Sunday objects in both the current and next week) created by
- Objects on a Sunday are mistakenly displayed in both the correct week …
- 13:08 Ticket #5695 ([newform-admin] - i18n and xhtml problem in AdminFileWidget) closed by
- fixed: (In [7212]) newforms-admin: Fixed #5695. AdminFileWidget now properly …
- 12:50 Ticket #6185 (FreeComment model breaks in admin) closed by
- fixed: (In [7211]) newforms-admin: Fixed #6185. Removed submit_date from …
- 12:48 ForumAppsComparison edited by
- added django.contrib.comments and django-comment-utils (diff)
- 12:25 NewformsHOWTO edited by
- (diff)
- 11:39 NewformsHOWTO edited by
- #6556 was fixed. (diff)
- 11:09 Ticket #6169 (QueryDicts should be picklable - BackwardsIncompatibleChange?) closed by
- worksforme: I tried to reproduce this with the current SVN version. But …
- 10:53 Ticket #6120 (Document newforms field types which handle relationships) closed by
- worksforme: I had a look at the changeset: …
- 10:12 Ticket #6748 (Ensure that debug error pages never evaluate QuerySets) created by
- The local variable display on debug 500 pages unintentionally …
- 10:10 Ticket #6302 (FileField/ImageField still requires a value when ModelForm is called ...) closed by
- fixed: If you looked at the code that was committed you would have seen that …
- 09:58 Ticket #6302 (FileField/ImageField still requires a value when ModelForm is called ...) reopened by
- Still doesn't work for me in latest SVN. I am using …
- 09:31 DjangoJobs edited by
- Added YouTellMe.com job (diff)
- 07:32 Ticket #6746 (`GoogleMap` does not use `mark_safe`.) reopened by
- While the submitter's syntax is incorrect with respect to returning a …
- 04:29 Ticket #6746 (`GoogleMap` does not use `mark_safe`.) closed by
- invalid: Hi, the traceback is generated by django-core because you're …
03/09/2008:
- 22:56 Ticket #6747 (geometry field does not work in Admin list_display) created by
- A geometry field (PointField, PolygonField) does not render in the …
- 22:50 Ticket #6746 (`GoogleMap` does not use `mark_safe`.) created by
- Working with the example in contrib/gis/maps/google/init.py. HTML …
- 22:44 GeoDjangoDatabaseAPI edited by
- Small grammatical changes in the geodjango wiki (diff)
- 22:41 GeoDjango edited by
- (diff)
- 20:02 Ticket #6745 (AddManipulator shouldn't clear related data) closed by
- wontfix: Since we're in the process of actively deprecating the whole …
- 19:42 Ticket #6745 (AddManipulator shouldn't clear related data) created by
- I have a model that pre-populates an m2m fields on save. However, the …
- 19:09 Ticket #6744 (inspectdb doesn't set the primary_key/unique attribute on mixed case ...) created by
- I'm trying to use inspectdb with a legacy table like this in a MySQL …
- 18:47 Ticket #6743 (LogEntry in admin doesn't support unicode) closed by
- invalid: Your model should define a unicode method not an str method, …
- 18:44 Ticket #6743 (LogEntry in admin doesn't support unicode) created by
- Hi! I've just installed fresh Django instance from SVN. Model is …
- 16:59 Changeset [a128ce78]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 #6742 -- Fixed numbering error in docs/flatpages.txt …
- 16:59 Ticket #6742 (Formatting error in flatpages docs) closed by
- fixed: (In [7210]) Fixed #6742 -- Fixed numbering error in docs/flatpages.txt
- 15:48 Ticket #6741 (Incomplete documentation for model-inheritance) closed by
- invalid: You're trying to reverse-engineer the documentation to match the …
- 15:20 Ticket #6742 (Formatting error in flatpages docs) created by
- There is an issue here: …
- 15:13 Ticket #6741 (Incomplete documentation for model-inheritance) created by
- If you are using multi-table inheritance, and you want to override the …
- 14:41 Ticket #6716 (Typo in Faq) closed by
- fixed: (In [7209]) Fixed #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamG
- 14:41 Changeset [e3e2fb3f]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 #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamG git-svn-id: …
- 14:40 Changeset [1f0de03]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 #6740 -- Documented in docs/flatpage.txt that the flatpages app …
- 14:40 Ticket #6740 (Documentation of flatpages app missing note that sites app is mandantory) closed by
- fixed: (In [7208]) Fixed #6740 -- Documented in docs/flatpage.txt that the …
- 08:21 Ticket #6740 (Documentation of flatpages app missing note that sites app is mandantory) created by
- The flatpages app needs the "sites" app. Without the sites app, I get …
- 04:17 Ticket #6739 (How to add symbolic links in Windows Vista) created by
- On: http://www.djangoproject.com/documentation/install/ Section: …
03/08/2008:
- 18:38 Ticket #6738 (Cannot get objects when an attribute is None) closed by
- invalid: This query should be performed using isnull: …
- 18:35 Ticket #6738 (Cannot get objects when an attribute is None) created by
- I have a model defined like this: […] but when I execute this on …
- 10:16 Ticket #6736 (unused imports) closed by
- invalid: This isn't really that useful, because each case must be considered …
- 08:41 Changeset [4487be6]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 tests added in [7200] to not depend on unpredictable key order …
- 07:17 Ticket #6644 (FormPreview doesn't pass tests) closed by
- invalid: Make sure TEMPLATE_DIRS is setup correctly, I can recreate the output …
- 05:23 Ticket #6016 (Admin crash when deleting an object) closed by
- invalid: Comment 7 seems sane to me, please re-open / slap me if I'm wrong.
- 05:10 PsycoMiddleware edited by
- (diff)
- 05:08 PsycoMiddleware edited by
- (diff)
- 04:48 Ticket #6737 (Add Field default_error_messages feature to Forms class) created by
-
I found it was useful to have the same
default_error_messages
… - 03:27 Ticket #6736 (unused imports) created by
- Hello, I have good experience with …
03/07/2008:
- 21:55 Changeset [dcdd9b3c]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 unused import, corrected a typo, and made some styling fixes. …
- 21:46 Changeset [5b762ca]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 styling fixes. git-svn-id: …
- 21:31 Ticket #6657 (HttpResponse.set_cookie(secure=False) still sets secure cookies) closed by
- fixed: (In [7204]) Fixed #6657 -- Don't set secure attribute on cookie if …
- 21:31 Changeset [4d6f0f2]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 #6657 -- Don't set secure attribute on cookie if
secure=False
… - 21:19 Changeset [444b7b28]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 #6732 -- Added missing word "must" in
templates_python.txt
… - 21:19 Ticket #6732 (Typo in templates_python.txt: "must" missing between "module" and "contain") closed by
- fixed: (In [7203]) Fixed #6732 -- Added missing word "must" in …
- 21:12 Changeset [7fbebae8]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 #6223 -- When determining if terminal supports color, don't call …
- 21:12 Ticket #6223 (Do not call isatty if it doesn't exist) closed by
- fixed: (In [7202]) Fixed #6223 -- When determining if terminal supports …
- 21:09 Changeset [a75e58b]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 #5922 -- Turned
ModelBackend
authentication backend into a … - 21:09 Ticket #5922 (ModelBackend is an old-style class (doesn't inherit from object)) closed by
-
fixed: (In [7201]) Fixed #5922 -- Turned
ModelBackend
authentication … - 21:06 Changeset [d73c70d1]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 #5595 -- Made
ModPythonRequest.__repr__
return a string … - 21:06 Ticket #5595 (ModPythonRequest __repr__ is attempting to return a unicode object) closed by
-
fixed: (In [7200]) Fixed #5595 -- Made
ModPythonRequest.__repr__
return a … - 11:44 Ticket #3711 (document that connection.queries will fill itself until system runs ...) closed by
- wontfix: Guys, this is documented in the FAQ, and both the official docs and …
- 11:04 Ticket #6734 (Ceiling limit to connection.queries) closed by
- duplicate: Capping connection.queries was proposed and rejected in #3711. Looks …
- 10:48 Ticket #6735 (Class-based generic views) created by
- Rewrite generic views to be class based, but leave the existing …
- 10:09 Ticket #6734 (Ceiling limit to connection.queries) created by
- If you run Django in standalone mode, debugging enabled, all SQL …
- 09:07 Ticket #6115 (helper function for modelforms) closed by
- wontfix: Sorry, the version for this ticket is "SVN". Current SVN does not need …
- 08:38 Ticket #6067 (Small addition to newForms documentation regarding required fields in ...) closed by
- worksforme: The documentation: …
- 08:21 SummerOfCode2008 edited by
- Posting for Rajeev J Sebastian (diff)
- 08:19 SprintIdeas edited by
- Updated GeoDjango sprint ideas. (diff)
- 07:57 Ticket #6420 (Option show_traceback in loaddata.py causes problems with transactions ...) closed by
- fixed: (In [7199]) Fixed #6420 -- Corrected the handling of the --traceback …
- 07:53 Changeset [1e2852a1]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 #6420 -- Corrected the handling of the --traceback option in …
- 07:15 Ticket #6703 (Update for German translation) closed by
- fixed: (In [7198]) Fixed #6703 -- Updated German (de) translation from …
- 07:14 Changeset [7092bce]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 #6703 -- Updated German (de) translation from Michael Radziej. …
- 06:21 Ticket #6724 (loaddata w/ errors displays no warnings or error in output) closed by
- duplicate: Thanks for the test case - this is very helpful. I'm fairly certain …
- 05:53 Ticket #5784 (Include field name that causes validation error in CharField.to_python) closed by
- wontfix: The error message altered by this patch isn't just a …
- 03:42 NewformsHOWTO edited by
- (diff)
- 03:41 NewformsHOWTO edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.