Timeline
01/13/2010:
- 22:10 Ticket #12606 (Stray print statement in django.contrib.auth.admin) created by
- I came across a stray print statement inside django.contrib.auth.admin …
- 20:21 Ticket #11761 (DB error on TestCase execution) closed by
- fixed: I suspect this is a dupe of #11936, which has been fixed in [11938]. …
- 17:54 Changeset [0ca28f39]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 #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw …
- 17:54 Ticket #12603 (new m2m signal documentation typo) closed by
- fixed: (In [12224]) Fixed #12603 -- Corrected typo in m2m signals docs. …
- 17:51 Ticket #12602 (Timezone issue with Asia/Calcutta) closed by
- invalid: This actually isn't anything to do with Django itself. Django doesn't …
- 14:14 Ticket #12605 (ImproperlyConfigured improperly imported in Spatialite base wrapper) created by
- The Spatialite-specific code in spatialite/base.py necessitated the …
- 12:16 Ticket #12604 (Typo on /en/dev/releases/1.1) created by
- On page …
- 11:06 Sprint201002LA edited by
- (diff)
- 11:05 Sprint201001Leipzig edited by
- (diff)
- 09:28 Ticket #12545 (contains and F() don't work well together) closed by
- duplicate: Closing this as a duplicate of #11722.
- 08:38 Ticket #12599 (MultiValueDictKeyError with inline admin, when inline model's ID not ...) closed by
- invalid: If you don't want the primary key field to be displayed and editable …
- 07:35 Ticket #12603 (new m2m signal documentation typo) created by
- There's a double "it", see patch for a correction
- 06:51 Ticket #12602 (Timezone issue with Asia/Calcutta) created by
- I am using Asia/Calcutta timezone. Though its been quite sometime when …
- 06:26 Ticket #12601 (ModelForm documentation refers to a forms field SlugField which is not ...) created by
- In the documentation of ModelForm's which …
- 05:50 Ticket #11907 (EmailField should run strip()) closed by
- duplicate: Duplicate of #6362
- 05:07 Ticket #5390 (Add signals to ManyRelatedManager) closed by
- fixed: (In [12223]) Fixed #5390 -- Added signals for m2m operations. Thanks …
- 05:07 Changeset [6afd505]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 #5390 -- Added signals for m2m operations. Thanks to the many …
- 04:23 Ticket #12600 (Comments app template_search_list inconsistency) created by
- The way templates are searched is inconsistent. For the templatetags …
- 03:19 Ticket #12599 (MultiValueDictKeyError with inline admin, when inline model's ID not ...) created by
- An odd issue, which I don't have the Python-fu to debug fully. I have …
01/12/2010:
- 19:02 Ticket #12598 (somefield__isnull=False produce wrong SQL) closed by
- duplicate: Dupe of #12567.
- 18:53 Ticket #12597 (somefield__isnull=False produce wrong SQL) closed by
- duplicate: Duplicate of #12598
- 18:37 Ticket #12598 (somefield__isnull=False produce wrong SQL) created by
- Hi I have two models Model1 Model2, extending another model …
- 18:33 Ticket #12597 (somefield__isnull=False produce wrong SQL) created by
- Hi I have two models Model1 Model2, extending another model …
- 17:37 Changeset [f56f6e94]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 #9326 - Use decorator syntax in get_absolute_url example. …
- 17:37 Ticket #9326 (permalink decorator used in doc and then pre-decorator method used ...) closed by
- fixed: (In [12222]) Fixed #9326 - Use decorator syntax in get_absolute_url …
- 17:36 Ticket #11794 (topics/db/managers.txt typo) closed by
- fixed: (In [12221]) Fixed #11794 - Typo in model manager documentation. …
- 17:36 Changeset [9614b01]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 #11794 - Typo in model manager documentation. Thanks, timo. …
- 17:36 Changeset [e752d498]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 #12496 - Added code examples to built-in filter documentation. …
- 17:36 Ticket #12496 (Add code examples to built-in filter docs) closed by
- fixed: (In [12220]) Fixed #12496 - Added code examples to built-in filter …
- 17:35 Changeset [f499857]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 #11796 - Tweaked ordering of permissions a little more to be …
- 17:35 Ticket #11796 (Change Permission ordering to sort by application, model, then permission) closed by
- fixed: (In [12219]) Fixed #11796 - Tweaked ordering of permissions a little …
- 17:35 Changeset [c4470e5]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
- Make use of new ability to override admin add form templates and …
- 17:34 Ticket #8933 (Make more admin templates overridable) closed by
- fixed: (In [12217]) Fixed #8933 - Allow more admin templates to be overridden.
- 17:34 Changeset [a2056919]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 #8933 - Allow more admin templates to be overridden. …
- 17:34 Changeset [31f3a8c]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 #10640 - Adds a add_form_template option to ModelAdmin. Thanks …
- 17:34 Ticket #10640 (Add `add_form_template` option to ModelAdmin) closed by
- fixed: (In [12216]) Fixed #10640 - Adds a add_form_template option to …
- 16:19 Ticket #12596 (Calling ModelForm.clean() is no longer optional) created by
- It's [[documented …
- 16:03 Changeset [09b585e4]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 #12588 - test failure since r12207 git-svn-id: …
- 16:03 Ticket #12588 (context_processors test failure since r12207) closed by
- fixed: (In [12215]) Fixed #12588 - test failure since r12207
- 15:20 Ticket #12595 (Localflavor bad arguments handling) created by
- A lot of form fields in django.contrib.localflavor handles arguments …
- 13:28 Ticket #12594 (Meaningless exception when DEBUG=False and resolver.urlconf_module is None.) created by
- Because of resolver.resolve500() can now fail due to urlconf_module …
- 12:58 Ticket #12593 ("manage.py loaddata" exits with system exist status 0 when there are errors) closed by
- duplicate: Duplicate of #11481.
- 12:53 Ticket #12593 ("manage.py loaddata" exits with system exist status 0 when there are errors) created by
- "manage.py loaddata" returns with system exit status 0 on error. it …
- 12:45 Ticket #10923 (Use thread-safe GEOS API if available) closed by
- fixed: (In [12214]) Fixed #10923 -- The GEOS bindings now use the thread-safe …
- 12:40 Changeset [32e0117a]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 #10923 -- The GEOS bindings now use the thread-safe API, when …
- 12:24 Ticket #12592 (language code for brazilian portuguese should be case insensitive.) created by
- In i18nguy, as advised in settings.py it says one should use pt-BR, …
- 11:59 Ticket #12591 (django.contrib.gis.utils.srs is out of date) created by
-
django.contrib.gis.utils.srs.add_postgis_srs
fails with the … - 11:10 DevelopersForHire edited by
- (diff)
- 11:05 Ticket #12590 (validators modeltest test fail under Python 2.4) created by
- This is happening since the model validation merge (r12098) * and can …
- 11:03 Ticket #12589 (upload_to argument on FileField It is not completely clear in the ...) closed by
-
invalid: The MEDIA_ROOT setting is not ignored if the
upload_to
is a … - 10:44 CollaborateOnGithub edited by
- (diff)
- 10:26 CollaborateOnGithub edited by
- (diff)
- 10:22 CollaborateOnGithub edited by
- (diff)
- 10:17 Ticket #12589 (upload_to argument on FileField It is not completely clear in the ...) created by
- The documentation says: "A local filesystem path that will be appended …
- 09:11 Ticket #12588 (context_processors test failure since r12207) created by
- Since r12207 we're getting a failure when running the full test suite: …
- 08:58 Ticket #12516 (email_re has moved from django.form.fields to django.core.validators) closed by
- fixed: (In [12213]) Fixed #12516. Added the new location of email_re to the …
- 08:58 Changeset [418bfa28]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 #12516. Added the new location of email_re to the release notes. …
- 08:58 Ticket #12525 (ModelForm validation doesn't work like documented) closed by
- fixed: (In [12212]) Fixed #12525. Added a note to the validators …
- 08:58 Changeset [379ffbc1]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 #12525. Added a note to the validators doucmentation that models …
- 08:58 Changeset [223b272]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 #12510. Changed ModelChoiceField to stop using some of its …
- 08:58 Ticket #12510 (ModelChoiceField.clean call to_python and validate from ChoiceField) closed by
- fixed: (In [12211]) Fixed #12510. Changed ModelChoiceField to stop using some …
- 08:26 Changeset [eb2cbb6d]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 some bad indentation git-svn-id: …
- 08:20 Ticket #12587 (Related fields when using multiple databases and different managers) closed by
- duplicate: Duplicate of #12540. Although I'm sure the patch you have provided …
- 08:04 Changeset [c4ad3de]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 #12586. Corrected a typo in the validation docs. Thanks, phyfus. …
- 08:04 Ticket #12586 (Name error in the model validtion docs) closed by
- fixed: (In [12209]) Fixed #12586. Corrected a typo in the validation docs. …
- 08:02 Ticket #12587 (Related fields when using multiple databases and different managers) created by
- Let's take the case: - 2 databases in settings.py (default and …
- 07:52 Ticket #12177 (Error in part 4 of the tutorial?) closed by
- duplicate: It sounds like you're not following the tutorial exactly. If you're …
- 07:14 Changeset [d83769f8]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
-
Documented the backwards incompatibility caused by
in
being a new … - 07:03 Ticket #12521 (ModelAdmin save_model request.user idiom is broken by model validation) closed by
- fixed: This was fixed in [12206] by Joseph Kocherhans (typo in commit message …
- 06:19 DevelopersForHire edited by
- (diff)
01/11/2010:
- 23:39 Ticket #12177 (Error in part 4 of the tutorial?) reopened by
- Hmm, this response is what I read about the traps, which is fine …
- 23:08 Ticket #12586 (Name error in the model validtion docs) created by
- http://docs.djangoproject.com/en/dev/ref/models/instances/#validating-o …
- 20:49 Ticket #12575 (Create a better interface for getting/setting the effective level of ...) closed by
- fixed: Fixed in [12207]
- 20:41 Changeset [c56beed]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 #12575 - created a better interface for getting/setting the …
- 20:29 Tickets #12507,12520,12552,12553 batch updated by
- fixed: (In [12206]) Fixed #12512. Changed ModelForm to stop performing model …
- 20:29 Changeset [2f9853b2]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 #12512. Changed ModelForm to stop performing model validation on …
- 19:09 Ticket #12585 (fix typo in tutorial03.txt) created by
- "Parentheses" is the plural of "parenthesis." Fixed this typo. …
- 18:26 Ticket #12584 (cmemcache is deprecated) closed by
- duplicate: Isn't this the same as #12427?
- 18:05 Ticket #12584 (cmemcache is deprecated) created by
- The documentation at …
- 16:04 Ticket #12573 (Eye-killing web screens) closed by
- wontfix: Hi Timothy, Thanks for posting this, but it's not something we're …
- 15:22 Ticket #12583 (Postgresql backend uses implicit text casts for case insensitive operators) created by
- In django.db.backends.postgresql.operations.DatabaseOperations, a case …
- 11:39 Ticket #12582 (Model validation of ForeignKeys ignore limit_choices_to) created by
- When checking valida value of a FK field: […] is used instead of …
- 11:37 Ticket #11650 (Add .gitignore for unofficial mirrors.) closed by
- wontfix: Closing this as wontfix since this isn't a Django issue.
- 11:36 Ticket #12581 (connection.queries should use a ring buffer to avoid large memory ...) created by
- Currently, when running using runserver, each query is appended to a …
- 11:21 Ticket #12580 (New validations pulls all elements for foreignkeys) closed by
- duplicate: Duplicate of #12510
- 09:52 Ticket #12580 (New validations pulls all elements for foreignkeys) created by
-
Model validation added
validate()
method on {{{ … - 09:12 Ticket #12578 (multipartparser.Parser does not accept non-canonical bare CR and bare LF) closed by
- invalid: You are right Karen, Django is doing the right thing and something …
- 08:18 SlugifyUniquely edited by
- (diff)
- 07:31 Ticket #12579 (QuerySet.get_or_create()'s behavior depends on database's uniqueness ...) created by
-
QuerySet.get_or_create()
works as expected, IFF the kwargs that … - 03:35 Ticket #12578 (multipartparser.Parser does not accept non-canonical bare CR and bare LF) created by
- According to RFC 2616, Section 3.7.1: …
- 03:27 Ticket #12576 (Polish translation update) closed by
- fixed: Fixed in r12205. Thanks, pigletto.
- 03:26 Ticket #12567 (Incorrect SQL being generated in certain inheritance cases.) reopened by
- Sorry, closed wrong ticket.
- 03:25 Ticket #12567 (Incorrect SQL being generated in certain inheritance cases.) closed by
- fixed: (In [12205]) Fixed #12567: updated Polish translation of GIS terms. …
- 03:25 Changeset [26279c5]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 #12567: updated Polish translation of GIS terms. Thanks pigletto …
- 01:46 Ticket #12577 (BaseGenericInlineFormSet doesn't have save_new() to set the fk instance) created by
- The behaviour introduced with modelvalidation breaks the generic …
- 01:21 Ticket #12576 (Polish translation update) created by
- Updated translations for GIS
01/10/2010:
- 21:29 Ticket #12575 (Create a better interface for getting/setting the effective level of ...) created by
- As Jeremy Dunck …
- 18:59 Ticket #12558 (The ENGINE setting no longer defaults to dummy if it is not defined) closed by
- fixed: Fixed in r12204.
- 18:54 Changeset [6c9150d8]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 #12558 -- Improved error handling when processing DATABASES …
- 18:37 Ticket #12574 (all tests pass when there broken tests becase they are skipped) created by
- If a test is broken (like typo in models.py) and you run the full set …
- 18:00 Ticket #12569 (GenericInlineModelAdmin's get_formset method has a non standard signature) closed by
- duplicate: Duplicate of #9588
- 16:56 Ticket #12137 (Postgres 8.4 imposes strict typing on CharField and TextField) closed by
- fixed: Actually a dupe of #10015, fixed in r12150.
- 15:58 Ticket #12573 (Eye-killing web screens) created by
- Folks, It would be wonderful if new users could elect a background of …
- 15:58 Ticket #11409 (Reorder permissions booleans in user admin) closed by
- fixed: (In [12203]) Fixed #11409 -- Reordered the permissions checkboxes in …
- 15:58 Changeset [71e8d5d]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 #11409 -- Reordered the permissions checkboxes in the admin into …
- 15:56 Ticket #11222 (tutorial docs only give the relative location of the templates) closed by
- fixed: (In [12202]) Fixed #11222 -- Clarified location of admin templates in …
- 15:56 Changeset [8bf71f5]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 #11222 -- Clarified location of admin templates in tutorial02. …
- 15:54 Ticket #9770 (extraneous slash in search link of "Welcome to the new documentation" ...) closed by
- fixed: That bunch of code must've been removed from the template for some …
- 15:51 Ticket #11976 (typo in docs/ref/contrib/comments/forms.txt) closed by
- fixed: (In [12201]) Fixed #11976 -- Ended our campaign to add the word …
- 15:51 Changeset [dd167aa9]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 #11976 -- Ended our campaign to add the word 'valdation' to the …
- 15:48 Ticket #11232 (Using Django link on the django home page points to Reference.) closed by
- fixed: (In [12200]) Fixed #11232 -- Fixed broken doc links on …
- 15:45 Ticket #11109 (Changeset 8224 broken in Trac) closed by
- fixed: Done. For future reference, this is what I did on the …
- 15:37 Ticket #11783 (django.contrib.humanize.templatetags.ordinal throws TypeError for NoneType) closed by
- fixed: (In [12199]) Fixed #11783 -- ordinal template tag now catches …
- 15:37 Changeset [8b9cf79f]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 #11783 -- ordinal template tag now catches TypeError. Thanks, …
- 15:36 Ticket #11842 (django-admin.py should display help output when no arguments are given) closed by
- fixed: (In [12198]) Fixed #11842 -- django-admin.py now displays usage …
- 15:36 Changeset [a4b0947]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 #11842 -- django-admin.py now displays usage information if …
- 15:36 Ticket #12572 (syncdb support for list of apps as command argument) created by
- Sometimes there is a need to do syncdb on only one or more apps from …
- 15:28 Ticket #12297 (Faulty example in DB query documentation (Making queries)) closed by
- fixed: (In [12197]) Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. …
- 15:28 Changeset [e1e40503]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 #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, …
- 15:15 Sprint201001Leipzig edited by
- Changed accommodation contact (diff)
- 15:09 Sprint201001Leipzig edited by
- Added information on how to get there and accommodation (diff)
- 15:05 Changeset [fa4627c3]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 update git-svn-id: …
- 14:55 Sprint201001Leipzig edited by
- Added myself to the attendees list (diff)
- 14:51 Ticket #10291 (Correction to QuerySet.iterator() documentation) reopened by
- Reopening because I think Adrian's determination is incorrect. If I'm …
- 14:38 Ticket #12571 (Test client doesn't set WSGIRequest instance on response) created by
-
When you call
get()
orpost()
on theClient
instance … - 14:38 Ticket #12570 (BaseGenericInlineFormSet has unused members) created by
- BaseGenericInlineFormSet has 2 members which are never changed or …
- 14:31 Ticket #12569 (GenericInlineModelAdmin's get_formset method has a non standard signature) created by
- Unlike InlineModelAdmin GenericInlineModelAdmin does not let you …
- 13:54 Ticket #3274 ([patch] Provide date_list to template context in archive_month view) closed by
- fixed: In r12195, forgetting to put the correct incantation in the commit …
- 13:53 Ticket #12568 (SubFieldBase descriptor object should be accessible) created by
- Currently any field that has SubFieldBase as a metaclass will …
- 13:52 Changeset [b45fd3ff]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: 3274: Added date_list context variable to the archive_month …
- 13:34 Ticket #11794 (topics/db/managers.txt typo) reopened by
- need to remove "be" in: "there are a couple of things to be remember"
- 13:23 Changeset [9bb1fa72]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 #9223 -- Added support for declarative widgets to ModelForm. I …
- 13:23 Ticket #9223 (Declarative widgets for ModelForm) closed by
- fixed: (In [12194]) Fixed #9223 -- Added support for declarative widgets to …
- 13:05 Changeset [06645cb]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 #12113 -- Clarified is_active documentation. Thanks, ejucovy and …
- 13:05 Ticket #12113 (contrib.auth documentation is misleading re: whether User.is_active ...) closed by
- fixed: (In [12193]) Fixed #12113 -- Clarified is_active documentation. …
- 12:56 Changeset [31eb0fbe]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 #10887 -- Fixed a possible gotcha in admin.autodiscover() by …
- 12:56 Ticket #10887 (admin.autodiscover) closed by
- fixed: (In [12192]) Fixed #10887 -- Fixed a possible gotcha in …
- 12:55 Ticket #11501 (Punctuation error) closed by
- fixed: (In [12191]) Fixed #11501 -- Removed 'How meta' from tutorial 2 to …
- 12:55 Changeset [5bcaa45]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 #11501 -- Removed 'How meta' from tutorial 2 to appease the …
- 12:53 Ticket #11693 (Sitemap framework docs contain a regular expression error in the ...) closed by
- fixed: (In [12190]) Fixed #11693 -- Added escaping for the dot in sitemap.xml …
- 12:53 Changeset [260c5de2]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 #11693 -- Added escaping for the dot in sitemap.xml in the …
- 12:51 Ticket #11794 (topics/db/managers.txt typo) closed by
- fixed: (In [12189]) Fixed #11794 -- Removed an unnecessary literary flourish …
- 12:51 Changeset [34db1d6]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 #11794 -- Removed an unnecessary literary flourish in …
- 12:50 Ticket #12345 (incorrect invoking in the example of Multi-table inheritance section) closed by
- fixed: (In [12188]) Fixed #12345 -- Fixed bug in db/models.txt.
- 12:50 Changeset [74f88194]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 #12345 -- Fixed bug in db/models.txt. git-svn-id: …
- 12:49 Ticket #11952 (HttpResponse Attribute docs refer to "status" when should be "status_code") closed by
- fixed: (In [12187]) Fixed #11952 -- Documented HttpResponse.status_code …
- 12:49 Changeset [287de027]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 #11952 -- Documented HttpResponse.status_code attribute. Thanks, …
- 12:48 Changeset [7d9de17]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 #6094 again -- fixed broken unit tests. Thanks, isagalaev …
- 12:44 Ticket #11960 (Misleading/Wrong Error: argument of type 'function' is not iterable) closed by
- fixed: (In [12185]) Fixed #11960 -- Improved error message for redirects. …
- 12:44 Changeset [2ef52d0]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 #11960 -- Improved error message for redirects. Thanks, mattmcc …
- 12:42 Changeset [cc25361b]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 #12271 -- Fixed typo in URLField docs. Thanks, adam@… …
- 12:42 Ticket #12271 (Documentation typo in URLFields section of Model Field Reference) closed by
- fixed: (In [12184]) Fixed #12271 -- Fixed typo in URLField docs. Thanks, …
- 12:40 Ticket #12195 (cache set method - timeout - documentation) closed by
- fixed: (In [12183]) Fixed #12195 -- Clarified cache documentation to rename …
- 12:40 Changeset [7789e9c]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 #12195 -- Clarified cache documentation to rename …
- 12:38 Changeset [5ce16c7]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 #12161 -- Added escaping of a backslash in two generic-views.txt …
- 12:38 Ticket #12161 (Error in code example - Generic views (regular expression)) closed by
- fixed: (In [12182]) Fixed #12161 -- Added escaping of a backslash in two …
- 12:36 Ticket #12084 (Document the return type of QuerySet.update()) closed by
- fixed: (In [12181]) Fixed #12084 -- Documented the fact that …
- 12:36 Changeset [457df03]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 #12084 -- Documented the fact that QuerySet.update() returns the …
- 12:36 Changeset [5ceed0a]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
- Changed a whole bunch of places to raise exception instances instead …
- 12:09 Ticket #11904 (Error on docs page for conditional view processing) closed by
- fixed: (In [12179]) Fixed #11904 -- Fixed error in …
- 12:09 Changeset [bef8913]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 #11904 -- Fixed error in conditional-view-processing.txt. …
- 12:07 Ticket #11884 (Clarify in documentation how to enable built-in reference in admin.) closed by
- fixed: (In [12178]) Fixed #11884 -- Clarified documentation to explain how to …
- 12:07 Changeset [26dc6548]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 #11884 -- Clarified documentation to explain how to activate the …
- 12:03 Changeset [91d9108]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
- Removed unnecessary debugging statement in admin_views regression test …
- 12:01 Changeset [692f84c4]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 #11880 -- Changed admin URLconfs in docs to use raw strings, for …
- 12:01 Ticket #11880 (Admin site URL Conf docs missing raw string notation) closed by
- fixed: (In [12176]) Fixed #11880 -- Changed admin URLconfs in docs to use raw …
- 11:58 Changeset [4606e089]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 #12228 -- Updated flatpages examples. Thanks, johnthedebs …
- 11:58 Ticket #12228 (Outdated example in flatpages documentation.) closed by
- fixed: (In [12175]) Fixed #12228 -- Updated flatpages examples. Thanks, …
- 11:56 Ticket #12537 (Mistake in db/models/base.py (dict.set_default instead of setdefault)) closed by
- fixed: (In [12174]) Fixed #12537 -- Fixed error in Model.full_validate(). …
- 11:56 Changeset [7c0326bc]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 #12537 -- Fixed error in Model.full_validate(). Thanks, gauss …
- 11:55 Ticket #12350 (Typo on /en/dev/intro/tutorial04) closed by
- fixed: (In [12173]) Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortense
- 11:55 Changeset [985dcdb4]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 #12350 -- Fixed typo in tutorial04. Thanks, mortense …
- 11:54 Ticket #7486 (IsLessThanOtherField's third argument is required, but documented as ...) closed by
- invalid: Validators of this form no longer exist.
- 11:54 Changeset [1f400c6d]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 #12326 -- Fixed typo in tutorial04. Thanks, mortense …
- 11:54 Ticket #12326 (Spelling, /en/dev/intro/tutorial04) closed by
- fixed: (In [12172]) Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortense
- 11:54 Ticket #7485 (OtherField validators don't work with inline child objects) closed by
- invalid: The old validator system no longer exists, therefore I'm closing this.
- 11:53 Ticket #12142 (Calling update() on EmptyQuerySet updates all rows in database) closed by
- fixed: (In [12171]) Fixed #12142 -- EmptyQuerySet.update() no longer updates …
- 11:53 Changeset [cf1b6845]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 #12142 -- EmptyQuerySet.update() no longer updates all rows in …
- 11:49 Changeset [0683a79]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
- Added some missing init.py files to two tests git-svn-id: …
- 11:48 Ticket #12567 (Incorrect SQL being generated in certain inheritance cases.) created by
- Given the models […] The query: […] Generates bad SQL …
- 11:47 Ticket #12092 (grammatical error on http://docs.djangoproject.com/en/dev/intro/install/) closed by
- fixed: (In [12169]) Fixed #12092 -- Fixed grammar error in install.txt. …
- 11:47 Changeset [978fb86]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 #12092 -- Fixed grammar error in install.txt. Thanks, Abizern …
- 11:45 Ticket #10989 (Typos in formset and widget media docs) closed by
- fixed: (In [12168]) Fixed #10989 -- Fixed typos in formset and widget-media …
- 11:45 Changeset [9e3dbc7]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 #10989 -- Fixed typos in formset and widget-media docs. Thanks, …
- 11:42 Ticket #12047 (Copy/paste error in documentation) closed by
- fixed: (In [12167]) Fixed #12047 -- Fixed typo in generic views …
- 11:42 Changeset [516947fd]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 #12047 -- Fixed typo in generic views documentation. Thanks, …
- 11:37 Changeset [92568d3]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
- Removed an 'assert False' I stupidly committed in [12165] git-svn-id: …
- 11:35 Ticket #6094 (core handlers do not catch middleware exceptions) closed by
- fixed: (In [12165]) Fixed #6094 -- Middleware exceptions are now caught by …
- 11:35 Changeset [ca6f64a]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 #6094 -- Middleware exceptions are now caught by the core …
- 11:28 Ticket #10979 (FixedOffset.__repr__ is misleading for negative offsets) closed by
- fixed: (In [12164]) Fixed #10979 -- Fixed misleading FixedOffset.repr(). …
- 11:28 Changeset [a7dc2c06]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 #10979 -- Fixed misleading FixedOffset.repr(). Thanks, gsong …
- 11:25 Changeset [ddd6f28c]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 #10947 -- Fixed error in in documentation. Thanks, julianb and …
- 11:25 Ticket #10947 (Queryset "__in" documentation missing list() call) closed by
- fixed: (In [12163]) Fixed #10947 -- Fixed error in in documentation. …
- 11:24 Ticket #10862 (Confusing image field text) closed by
- fixed: (In [12162]) Fixed #10862 -- Clarified confusing documentation about …
- 11:23 Changeset [665ac877]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 #10862 -- Clarified confusing documentation about ImageField …
- 11:22 Changeset [6502965d]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 #10800 -- Made a small improvement to render_to_string() docs. …
- 11:22 Ticket #10800 (render_to_string and render_to_response use select_template) closed by
- fixed: (In [12161]) Fixed #10800 -- Made a small improvement to …
- 11:21 Changeset [1461a76f]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
- Added tests that I neglected to check in for #8049 in [12159] …
- 11:19 Ticket #10291 (Correction to QuerySet.iterator() documentation) closed by
- invalid: I'm not sure this documentation change is correct/appropriate. The …
- 10:59 Ticket #10787 (debug.py Templates: Request URLs Should Include django.root) closed by
- duplicate: This was a dupe of #9577 and fixed by r10535.
- 10:51 Changeset [19b72077]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 #8049 -- Fixed inconsistency in admin site is_active checks. …
- 10:51 Ticket #8049 (AdminSite login has_permission inconsistency) closed by
- fixed: (In [12159]) Fixed #8049 -- Fixed inconsistency in admin site …
- 10:45 Ticket #12216 (typo in flatpages docs) closed by
- fixed: (In [12158]) Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timo
- 10:45 Changeset [b651bcb]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 #12216 -- Fixed typo in flatpages docs. Thanks, timo …
- 10:21 DevelopersForHire edited by
- (diff)
- 10:04 Ticket #12453 (Possible bug with multi-db changes) closed by
- invalid: This is no longer causing problems for me. So either some other fix …
- 09:37 Ticket #9940 (Pass DATABASE_OPTIONS to regressiontests/admin_scripts tests) closed by
- fixed: Fixed in r11952.
- 07:56 Sprint201001Leipzig edited by
- (diff)
- 07:19 Sprint201001Leipzig edited by
- (diff)
- 07:16 Sprint201001Leipzig edited by
- (diff)
- 07:15 Sprint201001Leipzig edited by
- (diff)
- 07:07 Sprints edited by
- added Leipzig sprint (diff)
- 07:05 Sprint201001Leipzig created by
- initial leipzig sprint page
Note: See TracTimeline
for information about the timeline view.