Timeline
12/19/2009:
- 21:13 Ticket #12409 (Syntax error in the documentation from r11921) created by
- […] is in those docs, it's also a syntax error.
- 21:07 Version1.2Features edited by
- (diff)
- 20:46 Changeset [20ad307]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11863: added a
Model.objects.raw()
method for executing raw … - 20:46 Ticket #11863 (Add a method to the orm to create Model instances from raw sql queries) closed by
-
fixed: (In [11921]) Fixed #11863: added a
Model.objects.raw()
method for … - 17:24 Ticket #12408 (test runner needs to reorder tests more explicitly) created by
- Right now the test runner partitions the tests into two bins, either …
- 16:08 Ticket #12407 ("call_command" is not documented) created by
- The call_command functionality for invoking management commands …
- 16:07 Ticket #12406 (Model Meta ordering bug with manytomany field) created by
- There seems to be a problem with ordering in a model meta class when …
- 09:31 Changeset [b15d762]stable/1.1.x by
- [1.1.X] Fixed #10927 - Content Types shortcut view throws 500s instead …
- 09:27 Changeset [c81f1da1]stable/1.1.x by
- [1.1.X] Fixed #6961 - loaddata fails if models is a package instead …
- 09:25 Ticket #10927 (Content Types shortcut view throws 500s easily) closed by
- fixed: (In [11917]) Fixed #10927 - Content Types shortcut view throws 500s …
- 09:25 Changeset [25ab934]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10927 - Content Types shortcut view throws 500s instead of 404s …
- 09:06 Ticket #12405 (django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) created by
- I was wondering why django.contrib.auth.views.logout() doesn't support …
- 09:02 Ticket #12258 (QuerySet 'get' method should clear ordering before executing query) closed by
- fixed: (In [11916]) Fixed #12258 - QuerySet.get() should clear ordering. We …
- 09:02 Changeset [e4757ec7]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12258 - QuerySet.get() should clear ordering. We only clear …
- 08:50 Ticket #12251 (QuerySet.in_bulk() should accept a set()) closed by
- fixed: (In [11915]) Fixed #12251 - QuerySet.in_bulk() should accept …
- 08:50 Changeset [7efd9684]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12251 - QuerySet.in_bulk() should accept set/frozenset Thanks …
- 08:49 Ticket #12386 (Automatic ManyToMany Fields in models defined in packages use invalid ...) closed by
- worksforme: I can't reproduce this. FInd attached an hypothetical …
- 08:27 Version1.2Features edited by
- (diff)
- 08:27 Changeset [01acd99]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6961 - loaddata fails if models is a package instead of a …
- 08:27 Ticket #6961 (loaddata fails if models directory instead of models.py) closed by
- fixed: (In [11914]) Fixed #6961 - loaddata fails if models is a package …
- 08:26 Version1.2Features edited by
- (diff)
- 02:24 Changeset [281114d2]stable/1.1.x by
- [1.1.X] Fixed #12234 -- Create additional indexes that use the …
- 02:19 Changeset [f1ea26d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12234 -- Create additional indexes that use the appropriate …
- 02:19 Ticket #12234 (db_index=True creates indexes which PostgreSQL may not be able to use) closed by
- fixed: (In [11912]) Fixed #12234 -- Create additional indexes that use the …
- 00:54 Ticket #12404 (Improve max_length validation) created by
- Absentmindedly I wrote a line like the following in a model, where I …
12/18/2009:
- 19:11 Ticket #12402 (QuerySet.defer does not work properly on Oracle) closed by
-
fixed: (In [11911]) [soc2009/multidb] Fixed #12402 --
QuerySet.defer
now … - 14:23 Ticket #12403 (Syndication feeds as class-based views) created by
- Instead of using the crufty and limited feed_dict, instances of Feed …
- 11:43 Ticket #11898 (oracle quote_name bug) closed by
- wontfix: This would be a very backward-incompatible change, breaking any model …
- 11:31 Ticket #5617 (Default server_error view should render with RequestContext) closed by
- wontfix: This ticket was closed by a core developer, if you want to reopen the …
- 11:28 Ticket #5617 (Default server_error view should render with RequestContext) reopened by
- I'm seconding this too. I know this is a django design choice but it's …
- 09:16 Ticket #12402 (QuerySet.defer does not work properly on Oracle) created by
-
The machinery in
OracleQuery.resolve_columns
does not take into … - 09:06 Ticket #6080 (Document the possibility of using egg-files for apps / reintroduce ...) closed by
- wontfix: I hope everone understands, but I learned from my mistakes and …
- 06:06 Ticket #12401 (DateField/DateTimeField is not instantiated with Python ...) created by
- The Django documentation states: " DateField class …
- 04:09 Ticket #12392 (Create_object generic view does not provide a way to pre-populate a ...) closed by
- wontfix: If you need the values to be dynamic based on the request object …
- 04:08 Changeset [ca2d6478]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9749 - Added hook to ModelAdmin for specifying custom …
- 04:08 Ticket #9749 (ModelAdmin should allow specifying Changelist class to further modify ...) closed by
- fixed: (In [11910]) Fixed #9749 - Added hook to ModelAdmin for specifying …
- 04:07 Ticket #8145 (Codenames of default permissions not listed in documentation) closed by
- fixed: (In [11909]) Fixed #8145 - Documented the codenames of the default …
- 04:07 Changeset [a2ef4631]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #8145 - Documented the codenames of the default auth permissions …
- 03:03 Ticket #12392 (Create_object generic view does not provide a way to pre-populate a ...) reopened by
12/17/2009:
- 23:10 Ticket #12400 (column "X" named in key does not exist error when models.PointField ...) created by
- Hit the following error when trying to use a geometry together with …
- 19:54 Ticket #12399 (memcached not working as expected when setting keys with a timeout > ...) created by
- Using the 'django.contrib.sessions.backends.cached_db' and setting …
- 19:01 Ticket #12398 (Add `TypedMultipleChoiceField` to compliment `TypedChoiceField`.) created by
- Patch includes docs and tests. This could also fix #5481.
- 18:32 Changeset [ebb8ca1c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 an example in the natural key serialization docs. Thanks to …
- 18:31 Ticket #12397 (FileSystemStorage(location='/') does not work: SuspiciousOperation) created by
- […] This is caused because safe_join expects the first character …
- 17:48 Changeset [d10f976]stable/1.1.x by
- [1.1.X] Fixed #12393 -- Parameterized the form output in the …
- 17:47 Changeset [f96f6305]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12393 -- Parameterized the form output in the …
- 17:47 Ticket #12393 (testGenericInlineFormset fails on Postgres) closed by
- fixed: (In [11905]) Fixed #12393 -- Parameterized the form output in the …
- 16:11 Changeset [321fe61f]stable/1.1.x by
- [1.1.X] Fixed #11753 - Q objects with callables no longer explode on …
- 16:06 Changeset [574eafe4]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11753 - Q objects with callables no longer explode on Python …
- 16:06 Ticket #11753 (Q objects using callables won't combine in 2.4) closed by
- fixed: (In [11901]) Fixed #11753 - Q objects with callables no longer explode …
- 15:54 Ticket #12395 (Full suite test failures after r11863) closed by
- fixed: (In [11900]) Fixed #12395 - fixed test suite flushing problems on …
- 15:54 Changeset [3bd8490]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12395 - fixed test suite flushing problems on Postgres, MySQL. …
- 15:42 Ticket #12396 (Auth permission with translation names) closed by
- duplicate: Duplicate of #1688.
- 14:19 Ticket #12396 (Auth permission with translation names) created by
- Use LANGUAGE_CODE in my settings file to translate permissions names …
- 12:29 Changeset [de2c7d9f]stable/1.1.x by
-
[1.1.X] Fixed #12390 --
Distance
andArea
objects now support … - 12:21 Ticket #12390 (distance query doesn't support * operand type) closed by
-
fixed: (In [11898]) Fixed #12390 --
Distance
andArea
objects now support … - 12:21 Changeset [fed3081]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12390 --
Distance
andArea
objects now support … - 11:31 Ticket #12395 (Full suite test failures after r11863) created by
- r11863 seems to have introduced something into the fixtures_regress …
- 11:22 Ticket #12391 (Not used import in django.db) closed by
- wontfix: Generally, cleanup patches like this aren't accepted because they just …
- 10:32 Ticket #12392 (Create_object generic view does not provide a way to pre-populate a ...) closed by
-
wontfix: Pass in your own form class which implements
__init__
to provide the … - 10:31 Ticket #12394 (PDF problems) closed by
- invalid: Trac is not for getting help with using django. Please use either the …
- 10:27 Ticket #12394 (PDF problems) created by
- I am not a programmer and am trying to insert a pdf to our web page …
- 09:53 Ticket #12393 (testGenericInlineFormset fails on Postgres) created by
- The testGenericInlineFormset test added in r11885 is failing for me on …
- 09:10 Ticket #399 (Bigint field object needed) closed by
- fixed: (In [11887]) Fixed #399: Added big integer field. Thanks to Tomáš …
- 09:10 Changeset [5bd63663]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #399: Added big integer field. Thanks to Tomáš Kopeček for …
- 05:24 Ticket #12392 (Create_object generic view does not provide a way to pre-populate a ...) created by
- To my knowledge which may be limited there is no simple way to …
- 04:39 Ticket #12391 (Not used import in django.db) created by
- I found in django/db/init.py import that is not used there at the …
- 01:28 Changeset [de649700]stable/1.1.x by
- [1.1.X] Updated BaseGenericInlineFormSet to match the changes made to …
- 01:27 Changeset [fd4cc65b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 BaseGenericInlineFormSet to match the changes made to …
12/16/2009:
- 17:50 Ticket #12292 (render_to_response method on AdminSite and ModelAdmin) closed by
- wontfix: I'm marking this wontfix. I'm not rejecting the idea of using …
- 17:47 Changeset [c0c6e7d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12384: fixed a Python 2.4 incompatibility introduced in …
- 17:47 Ticket #12384 (Python 2.4 incompatibility.) closed by
- fixed: (In [11884]) Fixed #12384: fixed a Python 2.4 incompatibility …
- 15:25 Ticket #12389 (performance enhancement for testsuite) closed by
- fixed: (In [11883]) Fixed #12389 - performance enhancement of get_models() …
- 15:25 Changeset [b38e678d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12389 - performance enhancement of get_models() Thanks to …
- 14:40 Ticket #12390 (distance query doesn't support * operand type) created by
- Example: […] It raised: […] But obviously it works fine …
- 13:41 Changeset [3071d09]stable/1.1.x by
- [1.1.X] Polish translations updated (some GIS keys still unresolved) …
- 13:22 Changeset [504cdb08]stable/1.0.x by
- [1.0.X] Polish translations updated git-svn-id: …
- 13:03 Changeset [c90b15e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 (still missing some GIS-related things) …
- 12:35 Ticket #12388 (Django's Trac e-mails come from the wrong IP address) closed by
- fixed: Looks like that did the trick.
- 12:17 Changeset [f4282336]stable/1.1.x by
- [1.1.X] Fixed #12385: Made built-in field type descriptions in …
- 12:13 Ticket #12385 (Fields type descriptions aren't translatable after r11833) closed by
- fixed: (In [11878]) Fixed #12385: Made built-in field type descriptions in …
- 12:13 Changeset [833df0a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12385: Made built-in field type descriptions in admindocs …
- 11:46 Ticket #12389 (performance enhancement for testsuite) created by
- In my profiling of the test suite get_models appears to be the lowest …
- 10:35 Ticket #12388 (Django's Trac e-mails come from the wrong IP address) created by
- Strict mail servers will perform a reverse lookup on IP addresses to …
- 09:16 Changeset [45bc45e]stable/1.1.x by
- [1.1.X] Cleaned up some stray text in the test from r11874. Thanks to …
- 09:15 Changeset [4e81086]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Cleaned up some stray text in the test from r11874. Thanks to Rob …
- 08:53 Changeset [632a0e9a]stable/1.1.x by
- [1.1.X] Fixed #10263 -- Added a queryset argument to …
- 08:52 Changeset [680268a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10263 -- Added a queryset argument to BaseInlineFormSet, …
- 08:52 Ticket #10263 (order_by parameter for inlineformset_factory and BaseInlineFormSet) closed by
- fixed: (In [11874]) Fixed #10263 -- Added a queryset argument to …
- 08:24 DjangoResources edited by
- (diff)
- 08:02 Ticket #12387 (TransactionRollbackError when there are more ForeignKey's to one table) created by
- Postgres backend. When there is more references to one table with …
Note: See TracTimeline
for information about the timeline view.