Timeline
Feb 23, 2010:
- 11:34 PM Ticket #12952 (contrib.admin - Models history doesn't use verbose names) created by
- The history for a model object (within the admin section) should show …
- 9:56 PM Ticket #12951 (Documentation - README points to mod_python docs for deployment) updated by
-
Milestone, Has patch, Triage Stage changed
- 9:53 PM Ticket #12951 (Documentation - README points to mod_python docs for deployment) created by
- Patch attached that points it at deployment/index.txt instead, so it …
- 8:27 PM Ticket #12008 (Documentation - included templates' blocks do not get processed as if they were from ...) updated by
-
Component, Triage Stage changed
After discussing with ubernostrum on IRC, we've come to the decision … - 8:27 PM Sprint201003Argentina edited by
- (diff)
- 8:13 PM Sprint201003Argentina created by
- 7:51 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by
- Ultimately, we'll accept a patch from whoever submits it, regardless …
- 7:50 PM Sprints edited by
- (diff)
- 7:48 PM Ticket #11538 (GIS - Documentation links wrong) updated by
-
Owner, Status changed
Justin, looks like this applies to the GeoDjango docs. I haven't seen … - 7:43 PM Sprints edited by
- (diff)
- 7:41 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by
- Replying to russellm: > Patch still requires tests. See …
- 7:34 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by
-
Milestone changed
I agree - this is a bug that should be fixed. Chalk this one up to … - 7:29 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by
- Replying to ubernostrum: > 1.2 is feature-frozen, moving …
- 7:04 PM Ticket #12273 (contrib.formtools - django.contrib.formtools.utils.security_hash resulting in different ...) updated by
- ... so I'm not implementing suggested change after all…
- 7:03 PM Ticket #12273 (contrib.formtools - django.contrib.formtools.utils.security_hash resulting in different ...) closed by
- worksforme: There is not enough information to reproduce the error. Ideally, we …
- 6:54 PM Ticket #12950 (Core (Other) - urlresolvers.reverse returns '/$' when including namespaced '^$' ...) updated by
- Normal: […] Namespaced: […]
- 6:49 PM Ticket #12950 (Core (Other) - urlresolvers.reverse returns '/$' when including namespaced '^$' ...) reopened by
- No, there's definitely something fishy going on.
- 6:39 PM Ticket #12712 (Database layer (models, ORM) - syncdb doesn't create tables for m2m through-less fields that are ...) updated by
-
Milestone changed
This is a bug, and a regression, not a feature. - 6:38 PM Ticket #12914 (Core (Serialization) - Use yaml faster C implementation when available) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:37 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) closed by
- fixed: Actually, may as well just mark as fixed in [12497]
- 6:36 PM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:36 PM Ticket #12742 (contrib.comments - File upload handler in Comments framework) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:36 PM Ticket #12712 (Database layer (models, ORM) - syncdb doesn't create tables for m2m through-less fields that are ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:35 PM Ticket #12950 (Core (Other) - urlresolvers.reverse returns '/$' when including namespaced '^$' ...) updated by
- I figured as much, but was confused by it working when a namespace …
- 6:35 PM Ticket #12685 (Core (Serialization) - Serialized objects' save function does not respect force_insert) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:35 PM Ticket #12581 (Database layer (models, ORM) - connection.queries should use a ring buffer to avoid large memory ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:34 PM Ticket #12568 (Forms - SubFieldBase descriptor object should be accessible) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:34 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:33 PM Ticket #12248 (Template system - django.template.__init__ code should move to avoid circular imports) updated by
-
Milestone changed
This isn't a 1.2 issue. - 6:32 PM Ticket #12231 (Core (Other) - The project path is incorrectly build, it wipe the namespace) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. … - 6:31 PM Ticket #12950 (Core (Other) - urlresolvers.reverse returns '/$' when including namespaced '^$' ...) closed by
- invalid: Your resolver is broken, you can't include at something ending with a $.
- 6:31 PM Ticket #12196 (Forms - EmailField reject this email address [email protected]) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. … - 6:30 PM Ticket #12073 (contrib.admin - AdminDateWidget and AdminTimeWidget not passing though additional attrs) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:30 PM Ticket #12044 (contrib.admin - Add extra_context to admin action delete_selected) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:28 PM Ticket #12950 (Core (Other) - urlresolvers.reverse returns '/$' when including namespaced '^$' ...) created by
- In project urls.py: […] […] It correctly returns '/' if the …
- 6:24 PM Ticket #12417 (Core (Other) - Add signing and signed cookies to Django) updated by
-
Owner changed
Also, no idea who simom is :-) - 6:24 PM Ticket #12417 (Core (Other) - Add signing and signed cookies to Django) updated by
-
Milestone changed
We're past the feature freeze, this will have to wait until 1.3. - 6:22 PM Ticket #11590 (Core (Management commands) - REQUEST: Give LabelCommand an option for default behavior (when no ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:22 PM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by
- Alternatively, would be fixed by my patch in #12945
- 6:22 PM Ticket #11665 (Testing framework - django.test.TestCase should flush constraints) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:21 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:21 PM Ticket #12069 (Template system - The {% url %} parser silently ignores anything after an "as varname" clause) updated by
-
Needs tests changed
This would also be fixed by my patch in #12945. - 6:21 PM Ticket #11695 (contrib.admin - Modified change list default sort) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:20 PM Ticket #11732 (contrib.admin - ModelAdmin.get_changelist_form should use ModelAdmin.form) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:20 PM Ticket #11772 (contrib.admin - ModelAdmin - added a model_modified hook for full CRUD support) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:20 PM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:19 PM Ticket #11870 (contrib.comments - Moderation doesn't work with comments extended from ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:19 PM Ticket #11907 (Forms - EmailField should run strip()) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:18 PM Ticket #11954 (contrib.auth - ?next linking to a login_required view doesn't work) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:18 PM Ticket #11994 (File uploads/storage - save upload file with specify encode) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:18 PM Ticket #11212 (Core (Mail) - Don't encode emails with base64/qp) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:16 PM Ticket #11112 (contrib.formtools - Formsets not supported as steps in FormWizard) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:16 PM Ticket #11072 (GIS - Add Info Window Html to GMarker) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:13 PM Ticket #12417 (Core (Other) - Add signing and signed cookies to Django) updated by
-
Owner, Status, Triage Stage, Milestone changed
- 6:10 PM Ticket #11027 (File uploads/storage - Storage backends should know about the max_length attribute of the ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:09 PM Ticket #11018 (contrib.contenttypes - Generic foreign keys in custom m2m relationship model) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:09 PM Ticket #10828 (Forms - deleting all forms within a formset is not possible) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:09 PM Ticket #10761 (contrib.admin - ModelAdmin.queryset() is missing a mechanism for specifying different ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:08 PM Ticket #10759 (contrib.admin - UserAdmin views should use attribute or current model to lookup the ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:08 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:08 PM Ticket #10621 (Database layer (models, ORM) - Add a way to have an aggregate() result as a queryset) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:07 PM Ticket #10609 (contrib.admin - Permissions on admin actions) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:07 PM Ticket #10608 (Contrib apps - Support RequestSite along with Sites.objects.get_current() in contrib) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:07 PM Ticket #10554 (HTTP handling - Response.set_cookie should allow setting two cookies of the same name.) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:06 PM Ticket #10360 (Core (Other) - allow customized forbidden message when using exceptions) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:06 PM Ticket #10327 (contrib.admin - Pass document.domain to popup windows in admin) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:06 PM Ticket #10191 (contrib.admin - Fix / Add support for radiobuttons after adding item with popup in ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:05 PM Ticket #10190 (HTTP handling - Charset should be customizable with HttpResponse) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:05 PM Ticket #9966 (Generic views - Generic view "redirect_to" to carry existing query string) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:05 PM Ticket #9588 (contrib.contenttypes - provide **kwargs argument to GenericInlineModelAdmin.get_formset) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:04 PM Ticket #9568 (contrib.admin - admin/login.html should contain empty nav-global block) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:04 PM Ticket #9460 (contrib.admin - Template blocks for submit buttons in admin's change view) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:04 PM Ticket #8972 (GIS - Add ability to delete selected vector features within the ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:04 PM Ticket #9150 (Generic views - Generic views should accept arguements for form_class) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:03 PM Ticket #5805 (Database layer (models, ORM) - Specify multicolumn indexes.) updated by
-
Cc changed
- 6:02 PM Ticket #5472 (GIS - Implement Individual Map Widgets for Geometry Fields) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:01 PM Ticket #5609 (contrib.admin - newforms-admin: input fields do not regard field class) closed by
- fixed: So far as I'm aware, this was fixed a long time ago.
- 6:01 PM PastSprints edited by
- (diff)
- 6:00 PM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:00 PM Ticket #6362 (Forms - Remove blank spaces with strip when validating the data) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 6:00 PM Ticket #6903 (contrib.admin - Go back to old change_list view after hitting save) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:59 PM Ticket #7028 (contrib.admin - Better admin raw_id_fields feedback) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:59 PM Ticket #7048 (Forms - Support clearing FileFields with ModelForms) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:58 PM Ticket #8408 (contrib.admin - Add a new meta option: don't do count(*) in admin) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:58 PM Ticket #8500 (contrib.admin - Allow overriding of default adminsite.) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:58 PM Ticket #8426 (Forms - Wrap help_text in "<span class="helptext"></span>", like errors in ...) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:57 PM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by
-
Milestone changed
1.2 is feature-frozen, moving this feature request off the milestone. - 5:57 PM Ticket #9310 (Core (Other) - 404 debug pages should show the name of the tried urlpattern if one exists.) updated by
-
Milestone changed
Though it's a minor feature request, this is still a feature request … - 5:49 PM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
-
Cc changed
- 5:48 PM Ticket #9336 (Forms - CheckboxInput should render 'False' value as unchecked) updated by
- (In [12557]) [1.1.X] Fixed #9336. Changed CheckboxInput to render …
- 5:48 PM Changeset [d75e23c]stable/1.1.x by
- [1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and …
- 5:45 PM Ticket #12845 (Core (Serialization) - JSON serialization of empty query set raises "cannot serialize" error.) closed by
- worksforme: I concur: […] If there's some other factor we're failing to …
- 5:37 PM Ticket #9336 (Forms - CheckboxInput should render 'False' value as unchecked) closed by
- fixed: (In [12556]) Fixed #9336. Changed CheckboxInput to render 'True' and …
- 5:37 PM Changeset [445e0a5]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input …
- 5:36 PM Ticket #12845 (Core (Serialization) - JSON serialization of empty query set raises "cannot serialize" error.) updated by
-
Status, Owner changed
This is working for me using SVN rev 12554, see working example: […] - 5:28 PM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) updated by
- Technically I'm proposing my patch as an alternative to that committed …
- 5:23 PM Changeset [d47b9ec]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed a regression on Python < 2.6 introduced in [12552]. git-svn-id: …
- 5:04 PM Changeset [778b7bcd]stable/1.1.x by
- [1.1.X] Fixed an unspecified ordering in the expression tests that …
- 5:04 PM Ticket #12273 (contrib.formtools - django.contrib.formtools.utils.security_hash resulting in different ...) updated by
-
Status, Owner changed
Implementing suggested change: "use repr() instead of pickle". If … - 5:02 PM Changeset [d30ff776]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed an unspecified ordering in the expression tests that could lead …
- 4:56 PM Ticket #12508 (contrib.admin - Feature: Dynamically adding inlines) closed by
- fixed: This was fixed, if there's a new bug please file it.
- 4:46 PM Ticket #10541 (File uploads/storage - cannot save file from a pipe on Python 2) closed by
- worksforme: I can't reproduce this, and I still haven't seen what the error …
- 4:43 PM Ticket #12240 (Database layer (models, ORM) - select_related doesn't work correctly when mixing nullable and ...) updated by
-
Triage Stage changed
- 4:39 PM Ticket #10258 (File uploads/storage - many files with the same file name cannot be saved correctly) closed by
- fixed: (In [12552]) Fixed #10258: handle duplicate file names better. …
- 4:39 PM Changeset [5366aa96]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #10258: handle duplicate file names better. Instead of just …
- 4:32 PM Ticket #12592 (Internationalization - language code for brazilian portuguese should be case insensitive.) updated by
-
Summary, Component changed
The recommendation of pt-BR is correct. Standards for language … - 4:27 PM Ticket #12065 (contrib.flatpages - URL clash between FlatPages causes middleware error) updated by
-
Owner changed
After spending way too many hours beating on testing for flatpages, … - 4:26 PM ThumbNails edited by
- convert rul3z0rz 0ver PIL (diff)
- 4:19 PM Ticket #12818 (Database layer (models, ORM) - sqlite3 backend should use single quotes for string values passed as ...) updated by
-
Has patch changed
- 4:11 PM Ticket #12934 (Uncategorized - Provide *.zip installs in addition to tarballs) closed by
-
wontfix: These days you really should be using
pip
oreasy_install
to … - 4:07 PM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
-
Owner, Status changed
- 4:06 PM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
- Running tests with: […] exercises this issue.
- 4:01 PM Ticket #7732 (Database layer (models, ORM) - Oracle Backend with SessionPool) updated by
-
Milestone changed
We are past the feature phase of 1.2. - 4:00 PM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
- I've reproduced the problem using the attached models.py and tests.py …
- 3:58 PM Ticket #12948 (Database layer (models, ORM) - Test added in r12505 fails for older Pythons & non-sqlite DBs) closed by
- fixed: (In [12551]) Fixed #12948. Removed a test dependency on the formatting …
- 3:58 PM Changeset [43b47a87]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12948. Removed a test dependency on the formatting of Decimals. …
- 3:53 PM Ticket #12948 (Database layer (models, ORM) - Test added in r12505 fails for older Pythons & non-sqlite DBs) updated by
-
Component, Triage Stage changed
- 3:51 PM Ticket #12948 (Database layer (models, ORM) - Test added in r12505 fails for older Pythons & non-sqlite DBs) updated by
- I messed this one up, apparently the diferent backends return …
- 3:50 PM Ticket #12948 (Database layer (models, ORM) - Test added in r12505 fails for older Pythons & non-sqlite DBs) updated by
-
Status, Owner, Has patch changed
- 3:46 PM Ticket #12608 (Database layer (models, ORM) - Inconsistent results from values and values_list when using annotate) updated by
- Updated doctest to work with postgresql. Tested & working now.
- 3:42 PM Ticket #6548 (HTTP handling - django behind apache ssl proxy) updated by
- A better solution, I think, should be to use another header …
- 3:35 PM Ticket #12712 (Database layer (models, ORM) - syncdb doesn't create tables for m2m through-less fields that are ...) updated by
-
Patch needs improvement changed
- 3:13 PM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) updated by
-
Triage Stage changed
Moving off of RFC since ramiro notes that we can longer reproduce this :/ - 3:12 PM Changeset [87bb1608]stable/1.1.x by
- [1.1.X] Blocked a few more changesets. git-svn-id: …
- 3:09 PM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) updated by
- (In [12549]) [1.1.x] Fixed #12878. Formset-wide errors are now …
- 3:09 PM Changeset [860497c]stable/1.1.x by
- [1.1.x] Fixed #12878. Formset-wide errors are now rendered properly as …
- 3:06 PM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) updated by
-
Status, Owner, Has patch changed
patched with tests. - 2:55 PM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) closed by
- fixed: (In [12548]) Fixed #12878. Formset-wide errors are now rendered …
- 2:55 PM Changeset [ea3853e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12878. Formset-wide errors are now rendered properly as html. …
- 2:45 PM Ticket #6298 (Testing framework - Include sample settings file(s) to run django unit tests i.e. make ...) closed by
- fixed: (In [12547]) Fixed #6298 - Added sample settings file to run the …
- 2:45 PM Changeset [c8fa110]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #6298 - Added sample settings file to run the Django test suite …
- 2:45 PM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) closed by
- fixed: (In [12546]) Fixed #5691 - Adds the active language to the cache key. …
- 2:45 PM Changeset [2164e138]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #5691 - Adds the active language to the cache key. Thanks, …
- 2:45 PM Ticket #7261 (Template system - Support for __html__ for Library interoperability) updated by
-
Cc changed
- 2:42 PM Ticket #7261 (Template system - Support for __html__ for Library interoperability) updated by
-
Status, Owner, Has patch changed
- 2:34 PM Ticket #10751 (contrib.admin - Admin actions not calling model's delete() method) updated by
-
Cc changed
- 2:34 PM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) updated by
- reverse() does not handle both args & kwargs - just one or the other. …
- 2:24 PM Ticket #12946 (Documentation - {% url %} tag docs show an invalid example mixing args and kwargs, ...) updated by
-
Needs documentation, Component changed
- 2:17 PM Ticket #11954 (contrib.auth - ?next linking to a login_required view doesn't work) updated by
- This looks invalid to me, the login template needs to look like this: …
- 2:15 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") updated by
- In case anyone wonders, I didn't backport this because the tests fail …
- 2:07 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by
- Sorry for blending in, but I got the same problem. Using kwargs, …
- 2:02 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") closed by
- fixed: (In [12545]) Fixed #12420. Now that OneToOneField allows assignment of …
- 2:02 PM Changeset [6ba5fb37]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12420. Now that OneToOneField allows assignment of None, stop …
- 2:01 PM Ticket #11890 (Database layer (models, ORM) - Defer/only + annotate is broken) updated by
-
Patch needs improvement changed
Noticed an extra error when using select_related as well. For models: … - 2:00 PM Ticket #12949 (Translations - swedish week & month names) updated by
-
Triage Stage changed
- 2:00 PM Ticket #12949 (Translations - swedish week & month names) updated by
-
Milestone, Has patch, Triage Stage changed
- 1:52 PM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) updated by
-
Triage Stage, Milestone changed
- 1:46 PM Localization edited by
- (diff)
- 1:40 PM Ticket #12731 (Database layer (models, ORM) - Manager.raw() doesn't work with Multi-table inheritance) closed by
- fixed: Fixed in [12544].
- 1:39 PM Changeset [c05de31d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex …
- 1:25 PM Ticket #12731 (Database layer (models, ORM) - Manager.raw() doesn't work with Multi-table inheritance) updated by
-
Has patch changed
- 1:24 PM Ticket #12819 (Database layer (models, ORM) - Problem with commit 12307 and null onetoone fields) closed by
- fixed: (In [12543]) Fixed #12819. Fixed a bug with caching values of nullable …
- 1:24 PM Changeset [65b451ae]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. …
- 1:21 PM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) updated by
-
Has patch changed
added patch - 1:20 PM Ticket #12949 (Translations - swedish week & month names) created by
- Week and month names have first letter capitalized in english, NOT in …
- 1:03 PM Ticket #12948 (Database layer (models, ORM) - Test added in r12505 fails for older Pythons & non-sqlite DBs) created by
- Running with Python 2.5 (or lower) and MySQL (or Postgres or Oracle), …
- 1:00 PM Ticket #11681 (contrib.admin - HTML validation failure in admin/change_form.html because of errorlist ul) updated by
- (In [12542]) [1.1.X] Fixed #11681. Fixed display of non_field_errors …
- 1:00 PM Changeset [a1bff5f]stable/1.1.x by
- [1.1.X] Fixed #11681. Fixed display of non_field_errors and …
- 12:57 PM Ticket #11681 (contrib.admin - HTML validation failure in admin/change_form.html because of errorlist ul) closed by
- fixed: Fixed by [12541].
- 12:56 PM Changeset [3f44336]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11681. Fixed display of non_field_errors and non_form_errors in …
- 12:53 PM Ticket #12070 (Template system - Variable("a._hidden") does not raise TemplateSyntaxError) updated by
- (In [12540]) [1.1.X] Fixed #12070. Fixed a case where var._whatever …
- 12:53 PM Changeset [f48cf95]stable/1.1.x by
- [1.1.X] Fixed #12070. Fixed a case where var._whatever wasn't raising …
- 12:50 PM Ticket #12070 (Template system - Variable("a._hidden") does not raise TemplateSyntaxError) closed by
- fixed: (In [12539]) Fixed #12070. Fixed a case where var._whatever wasn't …
- 12:50 PM Changeset [fd233f40]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12070. Fixed a case where var._whatever wasn't raising a …
- 12:48 PM Ticket #12819 (Database layer (models, ORM) - Problem with commit 12307 and null onetoone fields) updated by
-
Needs tests, Triage Stage changed
- 12:40 PM Changeset [ae01b0c]stable/1.1.x by
- [1.1.X] Fixed a few more spots related to #11859. Backport of r12537 …
- 12:33 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by
- Please provide some more information so we can reproduce this, …
- 12:27 PM Changeset [7352238]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed a few more spots related to #11859. Thanks, cramm and Alex …
- 12:15 PM Ticket #12947 (django-admin.py runserver - Problem with django development server) created by
- I've noticed that django development server drops connection when …
- 11:52 AM Ticket #11681 (contrib.admin - HTML validation failure in admin/change_form.html because of errorlist ul) updated by
-
Triage Stage, Milestone changed
- 11:45 AM Ticket #12946 (Documentation - {% url %} tag docs show an invalid example mixing args and kwargs, ...) created by
- This is the example: […] if you check out reverse() bits it'll …
- 11:45 AM Ticket #11681 (contrib.admin - HTML validation failure in admin/change_form.html because of errorlist ul) updated by
-
Patch needs improvement changed
- 11:40 AM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by
-
Milestone changed
- 11:39 AM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) updated by
-
Triage Stage changed
- 11:32 AM Ticket #11859 (Core (Other) - Change type checking condition in validation of choices) updated by
- (In [12536]) [1.1.X] Fixed #11859. Allowed subclasses of tuple or list …
- 11:32 AM Changeset [a599e50b]stable/1.1.x by
- [1.1.X] Fixed #11859. Allowed subclasses of tuple or list for choice …
- 11:31 AM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
-
Status, Owner changed
This ticket has two sub-problems in it: * … - 11:31 AM Ticket #11681 (contrib.admin - HTML validation failure in admin/change_form.html because of errorlist ul) updated by
-
Status, Owner changed
Actually, I think this problem is a bit different. {{{ … - 11:30 AM Ticket #11859 (Core (Other) - Change type checking condition in validation of choices) closed by
- fixed: (In [12535]) Fixed #11859. Allowed subclasses of tuple or list for …
- 11:30 AM Changeset [0f17695]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11859. Allowed subclasses of tuple or list for choice options. …
- 11:26 AM Ticket #12561 (contrib.admin - The ``can_delete`` argument of ``generic_inlineformset_factory`` isn't ...) updated by
- (In [12534]) [1.1.X] Fixed #12561. InlineAdmin now respects …
- 11:26 AM Changeset [65108226]stable/1.1.x by
- [1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. …
- 11:25 AM Ticket #11859 (Core (Other) - Change type checking condition in validation of choices) updated by
-
Triage Stage changed
- 11:22 AM Ticket #11859 (Core (Other) - Change type checking condition in validation of choices) updated by
-
Surely you mean
isinstance(c, (list, tuple))
;) - 11:14 AM Ticket #12561 (contrib.admin - The ``can_delete`` argument of ``generic_inlineformset_factory`` isn't ...) closed by
- fixed: (In [12533]) Fixed #12561. InlineAdmin now respects can_delete=False. …
- 11:14 AM Changeset [f2d5582c]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, …
- 10:50 AM Ticket #11212 (Core (Mail) - Don't encode emails with base64/qp) updated by
-
Owner, Patch needs improvement, Needs tests changed
I've included a patch that makes the tests pass, but as demonstrated … - 10:12 AM Ticket #11212 (Core (Mail) - Don't encode emails with base64/qp) updated by
-
Owner changed
- 10:10 AM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by
- Replying to danaspiegel: > Seeing as 1.2 is almost ready …
- 10:09 AM Ticket #12888 (Database layer (models, ORM) - typo in django/db/models/fields/related.py version : 1.2 beta 1 SVN-12453) closed by
- fixed: (In [12532]) Fixed #12888. Fixed a typo in some related object error …
- 10:09 AM Changeset [10b18714]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12888. Fixed a typo in some related object error messages. …
- 9:56 AM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) created by
- The parsing of the arguments to the {% url %} tag was changed in …
- 9:35 AM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by
-
Needs tests changed
- 9:27 AM Changeset [c7117b1]stable/1.1.x by
- [1.1.X] Blocked a couple of revisions that shouldn't be merged. …
- 9:19 AM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) updated by
-
Status, Owner changed
- 9:14 AM Ticket #12944 (Generic views - Add django version to debug page) updated by
-
Milestone, Has patch, Triage Stage changed
- 9:12 AM Ticket #12942 (Documentation - small mistake in writing) closed by
- invalid: As far as I'm aware, this is correct grammar and typography.
- 9:12 AM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) updated by
- (In [12530]) [1.1.X] Fixed #12285. ModelForm raises a more informative …
- 9:12 AM Changeset [d23f224]stable/1.1.x by
- [1.1.X] Fixed #12285. ModelForm raises a more informative error if it …
- 9:11 AM Ticket #12802 (Documentation - InlineModelAdmin.form: inlineformset_factory, not formset_factory) updated by
- (In [12529]) [1.1.X] Fixed #12802 -- Specify the correct factory in …
- 9:11 AM Changeset [c702e26]stable/1.1.x by
- [1.1.X] Fixed #12802 -- Specify the correct factory in the …
- 9:09 AM Ticket #12802 (Documentation - InlineModelAdmin.form: inlineformset_factory, not formset_factory) closed by
- fixed: (In [12528]) Fixed #12802 -- Specify the correct factory in the …
- 9:09 AM Changeset [06a880f]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #12802 -- Specify the correct factory in the
InlineModelAdmin
… - 9:08 AM Ticket #12888 (Database layer (models, ORM) - typo in django/db/models/fields/related.py version : 1.2 beta 1 SVN-12453) updated by
-
Triage Stage changed
- 9:05 AM Ticket #12888 (Database layer (models, ORM) - typo in django/db/models/fields/related.py version : 1.2 beta 1 SVN-12453) updated by
-
Status, Owner changed
- 9:00 AM Ticket #12485 (Documentation - Add Links to poll tutorial) closed by
- fixed: (In [12527]) Fixed #12485 -- Added links to polls templates in …
- 9:00 AM Changeset [bca753e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12485 -- Added links to polls templates in tutorial. Thanks, …
- 8:59 AM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) closed by
- fixed: (In [12526]) Fixed #12285. ModelForm raises a more informative error …
- 8:59 AM Changeset [8da76ff]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12285. ModelForm raises a more informative error if it doesn't …
- 8:58 AM Ticket #12944 (Generic views - Add django version to debug page) created by
- Currently, the Django version is only found in the copy-and-paste …
- 8:56 AM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) updated by
-
Needs documentation changed
Added an updated patch with documentation warning about the new cache … - 8:50 AM Ticket #12943 (Core (URLs) - Unnamed captures are not passed to views in included URLconfs) updated by
-
Has patch changed
- 8:49 AM Ticket #12707 (contrib.admin - admin actions display a warning when using list_editable (introduced ...) closed by
- fixed
- 8:49 AM Ticket #12707 (contrib.admin - admin actions display a warning when using list_editable (introduced ...) updated by
- Fixed by [12525]. Trac didn't pick it up for some reason.
- 8:48 AM Changeset [7aeb37d6]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12707. Admin action messages are no longer displayed when …
- 8:45 AM Ticket #12943 (Core (URLs) - Unnamed captures are not passed to views in included URLconfs) created by
-
[…]
With this setup, in
my_view()
, bothargs
andkwargs
are … - 8:40 AM DjangoDesign edited by
- (diff)
- 8:30 AM Ticket #2238 (Database layer (models, ORM) - select_related should fetch reverse relations) updated by
- Since r12307 the ORM does follow reverse one-to-one fields.
- 8:30 AM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) updated by
- Opps. Sorry it was not my intention :(
- 8:20 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by
- (In [12524]) [1.1.X] Fixed #11860. Changed NullBooleanSelect's …
- 8:20 AM Changeset [fd0c3656]stable/1.1.x by
- [1.1.X] Fixed #11860. Changed NullBooleanSelect's _has_changed method …
- 8:17 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) closed by
- fixed: (In [12523]) Fixed #11860. Changed NullBooleanSelect's _has_changed …
- 8:17 AM Changeset [871a99c]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11860. Changed NullBooleanSelect's _has_changed method to …
- 8:11 AM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) reopened by
- Please don't close the ticket if there wasn't an actual commit.
- 8:08 AM Ticket #12561 (contrib.admin - The ``can_delete`` argument of ``generic_inlineformset_factory`` isn't ...) updated by
-
Has patch changed
- 7:55 AM Ticket #12192 (Database layer (models, ORM) - Don't execute sql query with limit 0) updated by
- Patches were fixed and updated to r12492. Both of them were tested by …
- 7:50 AM Ticket #12938 (Database layer (models, ORM) - not possible to validate a many-to-many at the model) updated by
- Just for the logs, Honza and I asked Rick to file this after a …
- 7:35 AM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) closed by
- fixed: jezdez in my oppinion this is not a new feature, is just a bug …
- 7:30 AM Ticket #12799 (Documentation - missing newline causes an error on the pdf build of the django ...) updated by
- (In [12522]) [1.1.X] Fixed #12799 -- Added an extra newline to help …
- 7:30 AM Changeset [cda48e9f]stable/1.1.x by
- [1.1.X] Fixed #12799 -- Added an extra newline to help with PDF …
- 7:30 AM Ticket #12837 (Documentation - Clarify m2m intermediate table naming strategy) updated by
- (In [12521]) [1.1.X] Fixed #12837 -- Clarified the naming strategy for …
- 7:30 AM Changeset [e771d15]stable/1.1.x by
- [1.1.X] Fixed #12837 -- Clarified the naming strategy for m2m …
- 7:29 AM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) updated by
- (In [12520]) [1.1.X] Fixed #12859 -- Clarified the documentation on …
- 7:29 AM Changeset [7c1671b]stable/1.1.x by
- [1.1.X] Fixed #12859 -- Clarified the documentation on using multiple …
- 7:29 AM Ticket #12925 (Documentation - A typographic error in the release notes for Django 1.1) updated by
- (In [12519]) [1.1.X] Fixed #12925 -- Corrected typo in v1.1 release …
- 7:29 AM Changeset [b9d1c5d9]stable/1.1.x by
- [1.1.X] Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks …
- 7:22 AM Ticket #12799 (Documentation - missing newline causes an error on the pdf build of the django ...) closed by
- fixed: (In [12518]) Fixed #12799 -- Added an extra newline to help with PDF …
- 7:22 AM Changeset [f9c8615e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12799 -- Added an extra newline to help with PDF generation of …
- 7:22 AM Ticket #12800 (Documentation - Same description for the two SQL syntax coloring palettes) closed by
- fixed: (In [12517]) Fixed #12800 -- Clarified the text describing the …
- 7:22 AM Changeset [5825fb63]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12800 -- Clarified the text describing the palettes available …
- 7:21 AM Ticket #12837 (Documentation - Clarify m2m intermediate table naming strategy) closed by
- fixed: (In [12516]) Fixed #12837 -- Clarified the naming strategy for m2m …
- 7:21 AM Changeset [a555df4c]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12837 -- Clarified the naming strategy for m2m intermediate …
- 7:20 AM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) closed by
- fixed: (In [12515]) Fixed #12859 -- Clarified the documentation on using …
- 7:20 AM Changeset [c306b781]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12859 -- Clarified the documentation on using multiple tables …
- 7:19 AM Ticket #12916 (Documentation - m2m_changed missing versionadded on docs/refs/signals.txt) closed by
- fixed: (In [12514]) Fixed #12916 -- Added a missing versionadded marker for …
- 7:19 AM Changeset [745b89f]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12916 -- Added a missing versionadded marker for the …
- 7:19 AM Ticket #12925 (Documentation - A typographic error in the release notes for Django 1.1) closed by
- fixed: (In [12513]) Fixed #12925 -- Corrected typo in v1.1 release notes. …
- 7:19 AM Changeset [df5e1f7]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to …
- 6:58 AM Ticket #12871 (Documentation - Document creation of a comment form for authenticated users) updated by
-
Patch needs improvement changed
The idea is good, but the text needs work. It isn't clear from this … - 6:45 AM Ticket #12942 (Documentation - small mistake in writing) created by
- I guess "A string field, for small- to large-sized strings." in …
- 6:45 AM Ticket #12876 (Database layer (models, ORM) - maximum recursion error when caching querysets on models) updated by
-
Component changed
- 6:44 AM Ticket #12924 (Database layer (models, ORM) - Pickling QuerySet with related fields fails) updated by
-
Component changed
- 6:44 AM Ticket #12925 (Documentation - A typographic error in the release notes for Django 1.1) updated by
-
Component changed
- 6:44 AM Ticket #12933 (contrib.admin - self.admin_site.admin_view() disables @csrf_view_exempt, should have ...) updated by
-
Component changed
- 6:33 AM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by
-
Cc changed
- 6:33 AM Changeset [c646b994]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- No, really this time -- corrected the warning message from r12510. …
- 6:26 AM Changeset [ea695f8]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Cleaned up the warning message introduced by r12510. git-svn-id: …
- 6:24 AM Ticket #12912 (Database layer (models, ORM) - Deprecate psycopg1) closed by
-
fixed: (In [12510]) Fixed #12912 -- Placed the psycopg1-backed
postgresql
…
- 6:24 AM Changeset [156cdcf]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #12912 -- Placed the psycopg1-backed
postgresql
database …
- 6:08 AM Ticket #11690 (contrib.auth - Model django.contrib.auth.models.Group should have a title or ...) closed by
- wontfix: Don't know what I was thinking here. While the idea may be sound, …
- 6:02 AM Ticket #12729 (contrib.auth - contrib.auth on seperate db in multi-db setup fails) closed by
- fixed: (In [12509]) Fixed #12729 -- Replaced a hard-coded SQL statement with …
- 6:02 AM Changeset [6b2f125b]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query …
- 5:10 AM Ticket #12941 (Documentation - multiple database connections cursors) updated by
-
Triage Stage, Milestone changed
- 4:40 AM Ticket #12941 (Documentation - multiple database connections cursors) created by
- I use connection.cursor for making raw sql queries and needed to …
- 4:38 AM Ticket #12940 (contrib.comments - Comments admin should use ungettext instead of ugettext) updated by
-
Triage Stage changed
- 4:37 AM Ticket #12939 (Template system - fix for ExceptionReporter.get_traceback_html()) closed by
- duplicate: Duplicate of #10216
- 4:18 AM Ticket #12940 (contrib.comments - Comments admin should use ungettext instead of ugettext) created by
- Currently django.contrib.comments.admin use ugettext for actions' …
- 3:30 AM Ticket #12939 (Template system - fix for ExceptionReporter.get_traceback_html()) updated by
-
Milestone changed
- 3:30 AM Ticket #12939 (Template system - fix for ExceptionReporter.get_traceback_html()) updated by
-
Milestone changed
- 3:30 AM Ticket #12939 (Template system - fix for ExceptionReporter.get_traceback_html()) updated by
-
Version, Component changed
- 3:29 AM Ticket #12939 (Template system - fix for ExceptionReporter.get_traceback_html()) created by
- ExceptionReporter.get_traceback_html() checks if the exception has a …
- 2:37 AM DjangoResources edited by
- Add the Israeli Django/Python group to the "Resources in other … (diff)
- 2:31 AM Ticket #12937 (Database layer (models, ORM) - Select related() not working as of Beta) updated by
-
Triage Stage changed
Ok - this is a weird case of an old bug colliding with a new one. … - 2:05 AM Ticket #12938 (Database layer (models, ORM) - not possible to validate a many-to-many at the model) updated by
-
Triage Stage, Description changed
Accepted, but this isn't going to be easy to fix, due to the somewhat … - 2:02 AM Ticket #12934 (Uncategorized - Provide *.zip installs in addition to tarballs) updated by
-
Component, Milestone, Owner, Triage Stage changed
- 12:04 AM Ticket #12806 (Database layer (models, ORM) - Implement __getitem__ on RawQuerySet) updated by
- (In [12508]) Updated patch applied in r12504. Refs #12806.
- 12:04 AM Changeset [7ca3e8fe]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Updated patch applied in r12504. Refs #12806. git-svn-id: …
Feb 22, 2010:
- 11:59 PM Ticket #12855 (Database layer (models, ORM) - QuerySet.__or__ has bad behavior in the presence of extra) updated by
- (In [12507]) Fixed #12855 -- QuerySets? with extra where parameters …
- 11:59 PM Changeset [6a28f581]stable/1.1.x by
- Fixed #12855 -- QuerySets? with extra where parameters now combine …
- 11:54 PM Ticket #12776 (contrib.auth - get_profile() may throw AttributeError instead of SiteProfileNotAvailable) closed by
- fixed: Fixed in r12506.
- 11:52 PM Changeset [1d5165e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #12776 --
User.get_profile
now raises … - 11:44 PM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by
-
Triage Stage changed
We currently disallow {% url view as %}, but accept {{ as }}. Should … - 11:42 PM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) updated by
- Please upload a diff against the root of the tree, rather than a full file.
- 11:41 PM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) updated by
- Updated geos.txt, db-api.txt and model-api.txt with better metadata / …
- 11:37 PM Ticket #12239 (Database layer (models, ORM) - Float is rounded to integer on queries on integer field) updated by
-
Component changed
- 11:26 PM Ticket #12608 (Database layer (models, ORM) - Inconsistent results from values and values_list when using annotate) closed by
- fixed: (In [12505]) Fixed #12608 -- No longer return inconsistent results …
- 11:26 PM Changeset [5546430]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12608 -- No longer return inconsistent results when using …
- 11:26 PM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
-
Triage Stage changed
Moving back to accepted, it needs to be reviewed by a core dev before … - 11:22 PM Ticket #12776 (contrib.auth - get_profile() may throw AttributeError instead of SiteProfileNotAvailable) updated by
-
Triage Stage changed
- 11:22 PM Ticket #12806 (Database layer (models, ORM) - Implement __getitem__ on RawQuerySet) closed by
- fixed: (In [12504]) Fixed #12806 -- Added an implementation of …
- 11:22 PM Changeset [c4699b0]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #12806 -- Added an implementation of
RawQuerySet.__getitem__
. … - 11:17 PM Ticket #12072 (Template system - Literal strings containing [,=] break {% url %}.) closed by
- fixed: (In [12503]) Fixed #12072 -- Certain characters no longer break url …
- 11:17 PM Changeset [34982799]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12072 -- Certain characters no longer break url tag. Thanks, …
- 11:13 PM Ticket #12806 (Database layer (models, ORM) - Implement __getitem__ on RawQuerySet) updated by
-
Triage Stage changed
- 11:07 PM Ticket #12929 (Testing framework - runtests.py should reference the checkout it is part of) closed by
- wontfix: I'm only a mild +0, so if there is someone in the core who has a use …
- 11:05 PM Ticket #2238 (Database layer (models, ORM) - select_related should fetch reverse relations) closed by
- wontfix: Please read: …
- 10:57 PM Ticket #12929 (Testing framework - runtests.py should reference the checkout it is part of) updated by
- Not that I haven't been bitten by it, but I actually do use the …
- 10:54 PM Ticket #12806 (Database layer (models, ORM) - Implement __getitem__ on RawQuerySet) updated by
-
Has patch changed
- 10:39 PM Ticket #12855 (Database layer (models, ORM) - QuerySet.__or__ has bad behavior in the presence of extra) closed by
-
fixed: (In [12502]) Fixed #12855 -- QuerySets with
extra
where parameters … - 10:39 PM Changeset [6ed7bd56]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #12855 -- QuerySets with
extra
where parameters now combine … - 9:52 PM Ticket #12072 (Template system - Literal strings containing [,=] break {% url %}.) updated by
- New (considerably shorter) patch, with much regex help from Honza.
- 9:19 PM Ticket #12065 (contrib.flatpages - URL clash between FlatPages causes middleware error) updated by
- In discussions today with Joseph and others decision was made to leave …
- 9:04 PM Ticket #12855 (Database layer (models, ORM) - QuerySet.__or__ has bad behavior in the presence of extra) updated by
-
Has patch changed
- 8:38 PM Ticket #12880 (Documentation - Structural documentation fix: unqualified method directives) updated by
-
Triage Stage changed
I added an alternate patch which uses the currentmodule directive, a … - 8:21 PM Ticket #12567 (Database layer (models, ORM) - Incorrect SQL being generated in certain inheritance cases.) updated by
- Alex pointed out that switching the promote_alias_chain bit to promote …
- 7:23 PM Ticket #12072 (Template system - Literal strings containing [,=] break {% url %}.) updated by
- I've added some tests to highlight the issue, and also replaced the {% …
- 6:17 PM Ticket #11811 (Database layer (models, ORM) - No error raised on update(foreignkey=unsavedobject) on nullable fk) updated by
- I shouldn't have said "passing an unsaved model acts the same as …
- 6:08 PM Ticket #12820 (Core (Other) - for param in request.REQUEST fails with (a misleading) KeyError exception) updated by
- (In [12501]) [1.1.X] Fixed #12820. Implemented other dict methods for …
- 6:08 PM Changeset [16efc1a9]stable/1.1.x by
- [1.1.X] Fixed #12820. Implemented other dict methods for MergeDict. …
- 6:00 PM Ticket #11811 (Database layer (models, ORM) - No error raised on update(foreignkey=unsavedobject) on nullable fk) updated by
- The same surprising behavior occurs whether you assign to the …
- 5:58 PM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by
- Seeing as 1.2 is almost ready to be released, is there any chance that …
- 5:51 PM Ticket #8537 (Documentation - clarify session expiration) updated by
-
Has patch changed
- 5:48 PM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) updated by
-
Needs documentation changed
I'm not sure if we break a promise changing the cache key in 1.2 or if … - 5:47 PM Ticket #12567 (Database layer (models, ORM) - Incorrect SQL being generated in certain inheritance cases.) updated by
-
Has patch changed
So there is a bit in the query's add_filter() method that blocks join … - 5:42 PM Changeset [c1d795d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Clarified a comment from [11687]. git-svn-id: …
- 5:41 PM Ticket #11687 (Template system - The 'add' template filter only works for integers, and can fail noisily) updated by
-
(In [12499]) [1.1.X] Fixed #11687: the
add
filter is now less … - 5:41 PM Changeset [bd79677]stable/1.1.x by
-
[1.1.X] Fixed #11687: the
add
filter is now less failsome when faced … - 5:38 PM Ticket #12820 (Core (Other) - for param in request.REQUEST fails with (a misleading) KeyError exception) closed by
- fixed: (In [12498]) Fixed #12820. Implemented other dict methods for …
- 5:38 PM Changeset [b3d20ade]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12820. Implemented other dict methods for MergeDict. Thanks, …
- 5:34 PM Ticket #11687 (Template system - The 'add' template filter only works for integers, and can fail noisily) closed by
-
fixed: (In [12497]) Fixed #11687: the
add
filter is now less failsome when … - 5:34 PM Changeset [49d6a82]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #11687: the
add
filter is now less failsome when faced with … - 5:31 PM Ticket #12072 (Template system - Literal strings containing [,=] break {% url %}.) updated by
-
Owner changed
- 5:12 PM Ticket #12070 (Template system - Variable("a._hidden") does not raise TemplateSyntaxError) updated by
-
Triage Stage changed
- 5:11 PM Ticket #11789 (Database layer (models, ORM) - Aggregates ignore none()) updated by
-
Patch needs improvement, Triage Stage changed
I'm not sure that we want aggregates to returnNone
; I think … - 5:09 PM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by
-
Needs tests changed
- 5:07 PM Ticket #12608 (Database layer (models, ORM) - Inconsistent results from values and values_list when using annotate) updated by
-
Triage Stage changed
- 5:06 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) closed by
- fixed: (In [12496]) Fixed #12901. Exclude overridden form fields from model …
- 5:06 PM Changeset [eb0751a4]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12901. Exclude overridden form fields from model field …
- 4:58 PM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) updated by
-
Cc changed
- 4:55 PM Ticket #12070 (Template system - Variable("a._hidden") does not raise TemplateSyntaxError) updated by
-
Owner, Has patch changed
Attached patch with two new doctests in … - 4:37 PM Ticket #12561 (contrib.admin - The ``can_delete`` argument of ``generic_inlineformset_factory`` isn't ...) updated by
-
Submitting patch to have
InlineModelAdmin.get_formset
passing … - 4:17 PM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by
-
Owner changed
- 4:14 PM Ticket #12570 (Contrib apps - BaseGenericInlineFormSet has unused members) updated by
- (In [12495]) [1.1.X] Fixed #12570. Removed unused fields from …
- 4:14 PM Changeset [8c4f166]stable/1.1.x by
- [1.1.X] Fixed #12570. Removed unused fields from GenericForeignKey. …
- 4:14 PM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 4:02 PM Ticket #12567 (Database layer (models, ORM) - Incorrect SQL being generated in certain inheritance cases.) updated by
- For reference, this is the SQL generated by the two operations: […]
- 3:50 PM Ticket #12065 (contrib.flatpages - URL clash between FlatPages causes middleware error) updated by
- This ticket has spawned ticket 12938 to for general validation of …
- 3:48 PM Ticket #12938 (Database layer (models, ORM) - not possible to validate a many-to-many at the model) created by
- Reference ticket #12065 for genesis of this ticket. It isn't …
- 3:42 PM Ticket #12608 (Database layer (models, ORM) - Inconsistent results from values and values_list when using annotate) updated by
-
Status, Owner changed
- 3:32 PM Ticket #12608 (Database layer (models, ORM) - Inconsistent results from values and values_list when using annotate) updated by
-
Has patch changed
I patched the ValuesList iterator to include aggregates in the fields … - 3:22 PM Ticket #12937 (Database layer (models, ORM) - Select related() not working as of Beta) updated by
-
Description changed
reformatted description, please use the Preview feature. - 3:19 PM Ticket #12778 (contrib.admin - InlineAdmin ignores inner Media class) updated by
-
Owner, Status changed
- 3:13 PM Ticket #10909 (Contrib apps - Allow use of the Sitemaps Framework without requiring the sites ...) updated by
-
Needs documentation, Milestone changed
Added docs & tests (plus SmileyChris' patch). - 3:11 PM Ticket #2238 (Database layer (models, ORM) - select_related should fetch reverse relations) reopened by
- I know this is quite old, but is this planned to be included in the …
- 3:10 PM Ticket #3995 (Core (Other) - Give the Message model a type (success/failure/generic)) closed by
- wontfix: Seems like this would be very difficult to pull off due to backwards …
- 3:08 PM Ticket #12879 (contrib.admin - jquery gets included multiple times) closed by
- worksforme: Unable to reproduce. If this is still an issue for you, please …
- 2:54 PM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) updated by
-
Patch needs improvement, Has patch changed
Preliminary diff - still working on the GEOS portion, will probably … - 2:48 PM Ticket #12937 (Database layer (models, ORM) - Select related() not working as of Beta) created by
- Given the following expression: […] And the following models: …
- 2:27 PM Changeset [9b8c44c3]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed a typo in last commit. git-svn-id: …
- 2:25 PM Changeset [7573c4a9]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Updated the check for gettext introduced in r12475 to also look at the …
- 2:20 PM Ticket #12778 (contrib.admin - InlineAdmin ignores inner Media class) updated by
-
Status, Owner changed
- 2:20 PM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by
-
Status, Owner changed
- 2:16 PM Ticket #12810 (Core (System checks) - Add validation for clashing ManyToManyField.db_table names) updated by
- This one is pretty hard to validate against, since the m2m_db_table …
- 2:07 PM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) updated by
- also fixes #12051
- 2:07 PM Ticket #12051 (Forms - ModelForm description for Meta not defined is NoneType) closed by
- duplicate: fixed by #12285
- 1:38 PM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) updated by
-
Triage Stage changed
per jkocherhans - 1:34 PM Ticket #9310 (Core (Other) - 404 debug pages should show the name of the tried urlpattern if one exists.) updated by
- Applies against trunk and all tests pass
- 1:29 PM Ticket #10944 (contrib.sites - Site app should be able to make absolute URLs.) updated by
-
Milestone changed
Deadline for features in 1.2 is past. Deferring to 1.3. - 1:15 PM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) updated by
- Tests pass for me against dummy, file, and locmem backends as well.
- 1:04 PM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) updated by
-
Owner, Status, Needs tests changed
I created a new diff that includes the patch and a test. The new test … - 12:29 PM Ticket #12776 (contrib.auth - get_profile() may throw AttributeError instead of SiteProfileNotAvailable) updated by
- Added a patch with tests. The patch adds some more human-friendly …
- 12:20 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) updated by
- I'm not really "replacing a default form field" because of the meta …
- 12:16 PM Localization edited by
- (diff)
- 12:14 PM Ticket #12936 (Forms - I cannot change the way django app displays FileFields) closed by
- invalid: Trac is for filing bugs against django, not for asking support …
- 12:09 PM Ticket #12936 (Forms - I cannot change the way django app displays FileFields) created by
- Hi I have a model with file field. The way it is displayed in admin …
- 11:43 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
- Thanks Jille, updated the patch with a new regex that still passes the …
- 11:32 AM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) updated by
- I think 12285.diff is good. Applied it and it works fine. The module …
- 11:24 AM Ticket #12935 (Forms - Stange behaviour of admin.ModelAdmin) closed by
- duplicate: Duplicate of #12689.
- 11:20 AM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) updated by
-
Status, Owner changed
I'm working on adding tests to this. - 11:17 AM Ticket #12935 (Forms - Stange behaviour of admin.ModelAdmin) updated by
- Sorry for wrong formatting it should be […] […] The one one …
- 11:16 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
- You are right. However / is not the right separator: http:// should be …
- 11:14 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by
- One issue with the test might be that the test still passes after if I …
- 11:08 AM Ticket #12935 (Forms - Stange behaviour of admin.ModelAdmin) created by
- I encounter a strange error when customizing my admin site {{{class …
- 11:06 AM Ticket #11811 (Database layer (models, ORM) - No error raised on update(foreignkey=unsavedobject) on nullable fk) updated by
-
Status, Owner changed
- 11:03 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by
-
Triage Stage changed
- 10:49 AM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) updated by
-
Patch needs improvement, Triage Stage changed
This fixes the original problem, but it also breaks unique validation. … - 10:49 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
- With the regex you suggest, the tests doesn't pass. If you call …
- 10:44 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by
-
Has patch changed
added patch - 10:37 AM Ticket #12820 (Core (Other) - for param in request.REQUEST fails with (a misleading) KeyError exception) updated by
-
Patch needs improvement changed
- 10:34 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
- Shouldn't the not_secure regex be: '[:]+:' instead of '[/]+:' …
- 10:33 AM Ticket #12065 (contrib.flatpages - URL clash between FlatPages causes middleware error) updated by
-
Owner changed
- 10:27 AM Ticket #12707 (contrib.admin - admin actions display a warning when using list_editable (introduced ...) updated by
-
Has patch changed
- 10:26 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
-
Patch needs improvement changed
Nice catch Quis, just updated the patch. - 10:25 AM Ticket #10004 (Internationalization - Enable -c switch in xgettext call to collect translator comments) updated by
-
Milestone changed
- 10:16 AM Ticket #12707 (contrib.admin - admin actions display a warning when using list_editable (introduced ...) updated by
-
Owner, Status changed
- 10:16 AM Ticket #12707 (contrib.admin - admin actions display a warning when using list_editable (introduced ...) updated by
-
Status, Owner changed
- 10:00 AM Ticket #11994 (File uploads/storage - save upload file with specify encode) updated by
- Unable to reproduce this. In pure Python, if you try to do something …
- 9:48 AM Ticket #12570 (Contrib apps - BaseGenericInlineFormSet has unused members) closed by
- fixed: (In [12492]) Fixed #12570. Removed unused fields from …
- 9:48 AM Changeset [a3e2ddd]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, …
- 9:37 AM Ticket #12202 (contrib.auth - Hardcoded subject in the reset password mail) updated by
-
Milestone changed
1.2 is feature frozen. Removing from the 1.2 milestone. - 9:28 AM Ticket #12441 (contrib.admin - Delegate module permissions check to AdminSite) updated by
-
Milestone changed
1.2 is feature-frozen. Punting to 1.3. - 9:07 AM Ticket #12165 (Database layer (models, ORM) - Ability to use SQL functions in queries) updated by
-
Milestone changed
This is a feature request, so the window for inclusion in 1.2 has closed. - 9:03 AM Ticket #12820 (Core (Other) - for param in request.REQUEST fails with (a misleading) KeyError exception) updated by
-
Patch needs improvement changed
I get a test failure when applying this patch: "AttributeError: type … - 9:02 AM Ticket #7777 (Core (Other) - DecimalField validation ignores infinity and nan) updated by
- (In [12491]) [1.1.X] Fixed #7777 -- Added validation handling for NaN, …
- 9:02 AM Changeset [8b415e7]stable/1.1.x by
- [1.1.X] Fixed #7777 -- Added validation handling for NaN, Inf and -Inf …
- 8:42 AM Ticket #11778 (Template system - Patch to increase performance of escapejs) updated by
-
Triage Stage changed
- 8:38 AM Ticket #7777 (Core (Other) - DecimalField validation ignores infinity and nan) closed by
- fixed: (In [12490]) Fixed #7777 -- Added validation handling for NaN, Inf and …
- 8:38 AM Changeset [692fd7da]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in …
- 8:29 AM Ticket #10146 (contrib.markup - Support for contrib/markdown extension_configs in settings.py) updated by
-
Milestone changed
Feature. Bumping to 1.3. - 8:21 AM Ticket #12561 (contrib.admin - The ``can_delete`` argument of ``generic_inlineformset_factory`` isn't ...) updated by
-
Status, Owner changed
- 8:04 AM Ticket #11226 (Database layer (models, ORM) - Name clashes in ManyToMany) closed by
- fixed: (In [12489]) Fixed #11226 -- Corrected an validation edge case with …
- 8:04 AM Changeset [e6db084a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11226 -- Corrected an validation edge case with m2m relations …
- 7:57 AM Ticket #12934 (Uncategorized - Provide *.zip installs in addition to tarballs) created by
- *.tar.gz files are not natively supported by Windows like they are for …
- 7:45 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by
-
Status, Owner changed
- 7:25 AM Ticket #11778 (Template system - Patch to increase performance of escapejs) updated by
- With proper wikiformatting it looks like :-( […]
- 7:22 AM Ticket #11778 (Template system - Patch to increase performance of escapejs) updated by
-
Triage Stage changed
I've updated the patch with a new version that is better because you … - 7:09 AM Ticket #12864 (contrib.auth - New users written to db_for_read) closed by
- fixed: (In [12488]) Fixed #12864 -- Corrected handling of new user creation …
- 7:09 AM Changeset [eb67e449]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12864 -- Corrected handling of new user creation when a …
- 6:56 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
-
Owner, Status changed
I didn't want to take ownership.. (/deassign) - 6:45 AM Ticket #12933 (contrib.admin - self.admin_site.admin_view() disables @csrf_view_exempt, should have ...) updated by
-
Has patch changed
- 6:34 AM Ticket #12932 (Testing framework - Django Test runner suite_result should be passed in the suite.) closed by
- fixed: (In [12487]) Fixed #12932 -- Added an extra argument to suite_result() …
- 6:34 AM Changeset [2fc19d8d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12932 -- Added an extra argument to suite_result() in the test …
- 6:08 AM Ticket #12933 (contrib.admin - self.admin_site.admin_view() disables @csrf_view_exempt, should have ...) updated by
-
Triage Stage, Milestone changed
- 6:06 AM Ticket #12929 (Testing framework - runtests.py should reference the checkout it is part of) updated by
-
Triage Stage changed
- 6:04 AM Ticket #12931 (*.djangoproject.com - Typographical error in the Questions/Feedback section) updated by
-
Component, Triage Stage changed
To clarify - this text that is being referenced is the templated text … - 5:57 AM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) updated by
-
Triage Stage changed
- 5:56 AM Ticket #12894 (*.djangoproject.com - Not-so-nice anchor for section titles in docs.djangoproject.com) updated by
-
Triage Stage, Milestone changed
- 5:48 AM Ticket #12933 (contrib.admin - self.admin_site.admin_view() disables @csrf_view_exempt, should have ...) created by
- If a use the csrf_view_exempt decorator on an admin view and expose …
- 5:14 AM Ticket #12932 (Testing framework - Django Test runner suite_result should be passed in the suite.) updated by
-
Component, Triage Stage changed
- 5:10 AM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
-
Status, Patch needs improvement, Owner changed
Shouldn't you check for other protocols? https:// can be used exactly … - 4:43 AM Ticket #10004 (Internationalization - Enable -c switch in xgettext call to collect translator comments) updated by
- Replying to clouserw: > I haven't tested it either (it …
- 4:20 AM Ticket #12932 (Testing framework - Django Test runner suite_result should be passed in the suite.) created by
- I have a use case where I want need the suite in the use of reporting …
- 4:04 AM Ticket #12439 (GIS - geos and gdal libraries need to be prefixed by 'cyg' under cygwin) updated by
- We don't ask you to support cygwin but to commit a trivial patch to …
- 4:03 AM Ticket #12439 (GIS - geos and gdal libraries need to be prefixed by 'cyg' under cygwin) reopened by
- 3:42 AM Ticket #313 (Internationalization - PhoneNumberField should accept international format numbers) updated by
- What a nice decision. Why would Django go Unicode then? They should …
- 12:56 AM Ticket #12508 (contrib.admin - Feature: Dynamically adding inlines) reopened by
- there's a bug with current implementation, when using ManyToManyField …
- 12:28 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by
- Correct me if I'm wrong, but I thought there was already a mechanism …
- 12:24 AM Ticket #13 (contrib.admin - Related objects interface should be tighter (edit_inline)) updated by
-
Cc changed
Feb 21, 2010:
- 11:00 PM Ticket #9147 (contrib.formtools - FormPreview needs easier extensibility) closed by
-
fixed: (In [12486]) Fixed #9147 -- Added
FormPreview.process_preview
… - 11:00 PM Changeset [a9b2ac2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
-
Fixed #9147 -- Added
FormPreview.process_preview
customization hook. … - 9:06 PM Ticket #12897 (Documentation - Incorrect doc example in multi-db) closed by
- fixed: Fixed in r12456.
- 8:35 PM Ticket #12688 (Documentation - Documentation typo (in class name)) closed by
- fixed: (In [12485]) Fixed #12688 -- Removed typo in manager docs. Thanks, …
- 8:35 PM Changeset [98101787]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for …
- 8:31 PM Ticket #12585 (Documentation - fix typo in tutorial03.txt) closed by
- fixed: Fixed in r12484
- 8:29 PM Changeset [84cffa2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith. …
- 8:08 PM Ticket #12931 (*.djangoproject.com - Typographical error in the Questions/Feedback section) created by
- “Try the FAQ -— it's got answers to many common questions.” I think, …
- 8:06 PM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by
-
Needs tests, Triage Stage changed
The attached patch fixes it, and adds a test. The problem is that the … - 7:49 PM Ticket #12439 (GIS - geos and gdal libraries need to be prefixed by 'cyg' under cygwin) closed by
- wontfix: Fixing this implies I support cygwin. I don't. This is easily worked …
- 6:49 PM Ticket #13 (contrib.admin - Related objects interface should be tighter (edit_inline)) updated by
-
Cc changed
- 6:48 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) updated by
-
Triage Stage changed
- 6:46 PM Ticket #8975 (Documentation - related order functions are not documented) updated by
-
Cc changed
- 6:44 PM Ticket #11714 (Documentation - Document usage of i18n functions to translate to arbitrary language) updated by
- (In [12483]) [1.1.X] Fixed #11714 - Document a few of the i18n …
- 6:44 PM Changeset [9ee2d5c]stable/1.1.x by
- [1.1.X] Fixed #11714 - Document a few of the i18n function that can be …
- 6:44 PM Ticket #12275 (Documentation - small naming fix for django's sphinx documentation) updated by
- (In [12482]) [1.1.X] Fixed #12275 - Small fix in Sphinx templates. …
- 6:44 PM Changeset [5059de2]stable/1.1.x by
- [1.1.X] Fixed #12275 - Small fix in Sphinx templates. Backport of …
- 6:43 PM Ticket #12675 (contrib.admin - Inconstancy in inital configuration when creating new project) updated by
- (In [12481]) [1.1.X] Fixed #12675 - Add the admin app to the project …
- 6:43 PM Changeset [4f113489]stable/1.1.x by
- [1.1.X] Fixed #12675 - Add the admin app to the project template …
- 6:43 PM Ticket #12655 (Core (Management commands) - diffsettings command prints instead of returns) updated by
- (In [12480]) [1.1.X] Fixed #12655 - diffsettings command now returns …
- 6:43 PM Changeset [713bac9]stable/1.1.x by
- [1.1.X] Fixed #12655 - diffsettings command now returns the diff …
- 6:43 PM Ticket #12620 (Documentation - "defer" docs refer to non-existant "Entry.lede" field) updated by
- (In [12479]) [1.1.X] Fixed #12620 - Refer to better fieldname in defer …
- 6:43 PM Changeset [4261efdc]stable/1.1.x by
- [1.1.X] Fixed #12620 - Refer to better fieldname in defer docs. …
- 6:42 PM Ticket #12604 (Documentation - Typo on /en/dev/releases/1.1) updated by
- (In [12478]) [1.1.X] Fixed #12604 - Typo in 1.1 release docs. …
- 6:42 PM Changeset [71897bf]stable/1.1.x by
- [1.1.X] Fixed #12604 - Typo in 1.1 release docs. Backport of r12461. …
- 6:42 PM Ticket #12895 (Documentation - "SetPasswordForm" should be "PasswordResetForm") updated by
- (In [12477]) [1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks …
- 6:42 PM Changeset [49c116f]stable/1.1.x by
- [1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo. …
- 6:32 PM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) updated by
-
Status changed
- 6:32 PM Ticket #12930 (GIS - Merge contrib.gis docs into Django docs tree) created by
- Per Justin, it would be a good idea to get the GeoDjango docs merged …
- 6:21 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) updated by
-
Needs tests changed
I see what you had a problem with, managed to produce a test case and … - 5:45 PM Ticket #12928 (Translations - Translation update for Danish) closed by
- fixed: (In [12476]) Fixed #12928 - Updated Danish translation. Thanks, Finn …
- 5:45 PM Changeset [d5c4d5fa]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12928 - Updated Danish translation. Thanks, Finn Gruwier …
- 5:45 PM Ticket #12910 (Uncategorized - xgettext now required to run tests) closed by
- fixed: (In [12475]) Fixed #12910 - Only test extracting translation strings …
- 5:45 PM Changeset [8e1a4bd6]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12910 - Only test extracting translation strings if xgettext …
- 5:44 PM Ticket #9764 (Forms - IDN (Internationalized Domain Names) support for EmailField and URLField) closed by
- fixed: (In [12474]) Fixed #9764 - Updated EmailField and URLField to support …
- 5:44 PM Changeset [7f5d9ad]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #9764 - Updated EmailField and URLField to support IDN …
- 5:44 PM Ticket #11714 (Documentation - Document usage of i18n functions to translate to arbitrary language) closed by
- fixed: (In [12473]) Fixed #11714 - Document a few of the i18n function that …
- 5:44 PM Changeset [0d4726f]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11714 - Document a few of the i18n function that can be used …
- 5:43 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) reopened by
-
Hi Honza,
UserCreationForm
doesn't usepassword
, it uses … - 5:43 PM Ticket #5972 (Internationalization - Use filters with {% trans %} tag - depends on #5971) closed by
- fixed: (In [12472]) Fixed #5972 - Allow the template filters to be used with …
- 5:43 PM Changeset [84f8213]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #5972 - Allow the template filters to be used with the trans …
- 5:42 PM Ticket #5971 (Template system - django.template.TokenParser inconsistent with parsing filters) closed by
- fixed: (In [12471]) Fixed #5971 - Fixed inconsistent behaviour of the …
- 5:42 PM Changeset [b459f5b]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when …
- 5:42 PM Ticket #12853 (Translations - Brazilian portuguese translation of POT files for 1.2) closed by
- fixed: (In [12470]) Fixed #12853 - Updated Brazilian portuguese translation. …
- 5:42 PM Changeset [a88cbc14]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12853 - Updated Brazilian portuguese translation. Thanks, …
- 5:42 PM Ticket #12874 (Translations - Updated French translation) closed by
- fixed: (In [12469]) Fixed #12874 - Updated French locale. Thanks, Stéphane …
- 5:42 PM Changeset [99f8cd4]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12874 - Updated French locale. Thanks, Stéphane Raimbault. …
- 5:41 PM Ticket #11463 (Translations - Vietnamese translation) closed by
- fixed: (In [12468]) Fixed #11463 - Added Vietnamese translation. Thanks Erik …
- 5:41 PM Changeset [a8b975e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11463 - Added Vietnamese translation. Thanks Erik Unger, …
- 5:41 PM Ticket #12275 (Documentation - small naming fix for django's sphinx documentation) closed by
- fixed: (In [12467]) Fixed #12275 - Small fix in Sphinx templates.
- 5:41 PM Changeset [8d8237fa]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12275 - Small fix in Sphinx templates. git-svn-id: …
- 5:40 PM Ticket #12066 (Core (Other) - django.core.context_processors.auth should be in contrib.auth) closed by
- fixed: (In [12466]) Fixed #12066 - Moved auth context processor from core to …
- 5:40 PM Changeset [67d4289c]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12066 - Moved auth context processor from core to the auth app. …
- 5:40 PM Ticket #12795 (Documentation - MessageMiddleware missing from default MIDDLEWARE_CLASSES value ...) closed by
- fixed: (In [12465]) Fixed #12795 - Updated the middleware docs to include the …
- 5:40 PM Changeset [1559f645]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12795 - Updated the middleware docs to include the messages app …
- 5:39 PM Ticket #12675 (contrib.admin - Inconstancy in inital configuration when creating new project) closed by
- fixed: (In [12464]) Fixed #12675 - Add the admin app to the project template …
- 5:39 PM Changeset [2e91309]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12675 - Add the admin app to the project template settings.py …
- 5:39 PM Ticket #12655 (Core (Management commands) - diffsettings command prints instead of returns) closed by
- fixed: (In [12463]) Fixed #12655 - diffsettings command now returns the diff …
- 5:39 PM Changeset [d2d8b79]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12655 - diffsettings command now returns the diff instead of …
- 5:39 PM Ticket #12620 (Documentation - "defer" docs refer to non-existant "Entry.lede" field) closed by
- fixed: (In [12462]) Fixed #12620 - Refer to better fieldname in defer docs. …
- 5:39 PM Changeset [579e8573]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12620 - Refer to better fieldname in defer docs. Thanks, …
- 5:38 PM Ticket #12604 (Documentation - Typo on /en/dev/releases/1.1) closed by
- fixed: (In [12461]) Fixed #12604 - Typo in 1.1 release docs.
- 5:38 PM Changeset [ca9f087]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12604 - Typo in 1.1 release docs. git-svn-id: …
- 5:38 PM Ticket #7876 (Template system - Improve template error messages to include expected end tag) closed by
- fixed: (In [12460]) Fixed #7876 - Improved template error message to include …
- 5:38 PM Changeset [6cafd4b2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #7876 - Improved template error message to include expected end …
- 5:38 PM Ticket #12877 (Documentation - An error in settings documentation) closed by
- fixed: (In [12459]) Fixed #12877 - Typo in settings docs. Thanks Timo.
- 5:38 PM Changeset [373be1e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12877 - Typo in settings docs. Thanks Timo. git-svn-id: …
- 5:37 PM Ticket #12887 (Documentation - Minor fixes to release docs) closed by
- fixed: (In [12458]) Fixed #12887 - Fixed typo in release docs. Thanks blueyed.
- 5:37 PM Changeset [421f019]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12887 - Fixed typo in release docs. Thanks blueyed. …
- 5:37 PM Ticket #12895 (Documentation - "SetPasswordForm" should be "PasswordResetForm") closed by
- fixed: (In [12457]) Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
- 5:37 PM Changeset [b2c43df]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12895 - Fixed typo in auth docs. Thanks Timo. git-svn-id: …
- 5:37 PM Changeset [0d37cfd]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez. git-svn-id: …
- 5:37 PM Tickets #11637,12868 batch updated by
- fixed: (In [12455]) Fixed #12868 - Updated French format file. Thanks …
- 5:37 PM Changeset [b40f21e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12868 - Updated French format file. Thanks stephaner and …
- 5:34 PM Ticket #12929 (Testing framework - runtests.py should reference the checkout it is part of) created by
- At current runtests.py attempts to test the first installation of …
- 5:34 PM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) closed by
- worksforme: Closing this as worksforme - I cannot replicate it and when I look at …
- 5:25 PM Ticket #11778 (Template system - Patch to increase performance of escapejs) updated by
- On my machine using josephdrose's benchmark script this approach …
- 5:21 PM Ticket #10711 (Forms - Add a hook for specifying whether a form in a formset should be deleted) updated by
-
Version, Milestone changed
Another feature that probably should have made it to 1.2. Punt! Yell … - 5:11 PM Ticket #12896 (Forms - ModelForm.is_valid() and ModelForm.errors have backwards-incompatible ...) updated by
- I'm going to think about this more, but I don't see a way around it …
- 4:55 PM Ticket #5335 (Forms - Add an append method to ErrorDict) updated by
-
Owner, Status, Milestone changed
This a a feature, so I'm bumping it to 1.3. Sorry. I'm assigning it to … - 4:32 PM Ticket #12923 (Database layer (models, ORM) - Base last_executed_query() does not escape parameters) updated by
-
Status, Owner changed
I've been working on this one today. I'm not entirely sure what the … - 3:22 PM Ticket #12928 (Translations - Translation update for Danish) updated by
-
Triage Stage, Milestone changed
Thanks for the patch, there is a semi-official list of translators at … - 3:15 PM Ticket #8729 (contrib.comments - django.contrib.comments feed should allow filtering based on ...) updated by
-
Owner, Status changed
- 2:46 PM Ticket #12928 (Translations - Translation update for Danish) created by
- I will attach a diff file with an updated Danish translation for …
- 2:04 PM Ticket #12910 (Uncategorized - xgettext now required to run tests) updated by
-
Status, Owner changed
- 1:52 PM Ticket #12650 (Contrib apps - Some contrib apps depend on the i18n context processor to output valid ...) updated by
-
Triage Stage changed
Replying to robhudson: > I made the assumption that if I'm … - 1:29 PM Ticket #12193 (Documentation - Add details to the i18n documentation for translation of model classes ...) updated by
-
Patch needs improvement changed
- 1:13 PM Ticket #12894 (*.djangoproject.com - Not-so-nice anchor for section titles in docs.djangoproject.com) reopened by
- I've tested this by generating the documentation locally with …
- 1:04 PM Ticket #10869 (Internationalization - ./manage.py makemessages should let users specify input directories) updated by
-
Owner changed
- 10:48 AM Ticket #11714 (Documentation - Document usage of i18n functions to translate to arbitrary language) updated by
-
Patch needs improvement changed
- 9:32 AM Ticket #12907 (Database layer (models, ORM) - Problems with django admin on Jython with custom user models) updated by
-
Component, Triage Stage changed
Ok - looking deeper, this is an issue with model inheritance. Based … - 8:45 AM Ticket #12907 (Database layer (models, ORM) - Problems with django admin on Jython with custom user models) reopened by
- Sorry, but I think at is at least in parts a problem of Django admin, …
- 8:23 AM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by
-
I noticed that a couple of places which called
colorize
were … - 8:13 AM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by
- I've created a patch (including tests) which allows unicode strings to …
- 7:51 AM Ticket #12055 (Translations - Mongolian internationalization) closed by
- invalid: I'd like to encourage any request for translation to be made on the …
- 7:43 AM Ticket #12927 (Database layer (models, ORM) - Implementation of GQL backend.) closed by
- duplicate: Duplicate of #10192
- 6:54 AM Ticket #12779 (Internationalization - Form fields don't handle localized numbers correctly) updated by
-
Component changed
- 6:10 AM Ticket #10903 (Documentation - Docs: Accessing method calls from templates) updated by
-
Patch needs improvement changed
- 5:54 AM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by
-
Cc changed
- 3:09 AM Ticket #12927 (Database layer (models, ORM) - Implementation of GQL backend.) created by
- Google appengine is a great online service for application hosting. …
Feb 20, 2010:
- 6:53 PM Ticket #12924 (Database layer (models, ORM) - Pickling QuerySet with related fields fails) updated by
-
Triage Stage, Milestone changed
- 6:52 PM Ticket #12926 (Translations - bulgarian translation for v 1.1.1) updated by
-
Triage Stage changed
Please submit translations as diffs, not full PO files. - 6:52 PM Ticket #12923 (Database layer (models, ORM) - Base last_executed_query() does not escape parameters) updated by
-
Patch needs improvement, Needs tests, Triage Stage changed
If we're going to address this problem, we should address it for all … - 6:47 PM Ticket #12925 (Documentation - A typographic error in the release notes for Django 1.1) updated by
-
Milestone, Triage Stage changed
- 6:41 PM Ticket #12889 (Database layer (models, ORM) - Using annotation unexpectedly returns DecimalFields as floats) updated by
- Related discussion: …
- 4:13 PM Ticket #12837 (Documentation - Clarify m2m intermediate table naming strategy) updated by
-
Triage Stage changed
- 4:08 PM Ticket #11714 (Documentation - Document usage of i18n functions to translate to arbitrary language) updated by
-
Patch needs improvement, Triage Stage changed
- 4:06 PM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) updated by
-
Triage Stage changed
- 3:56 PM Ticket #10143 (Template system - "add" template filter always converts arguments to integers) closed by
- duplicate: Closing this in favor of #11687 which has a smart solution.
- 3:45 PM Ticket #12916 (Documentation - m2m_changed missing versionadded on docs/refs/signals.txt) updated by
-
Triage Stage changed
- 3:42 PM Ticket #11782 (Documentation - Add metadata to topics/http/file-uploads.html) updated by
-
Triage Stage changed
- 3:30 PM Ticket #12275 (Documentation - small naming fix for django's sphinx documentation) updated by
-
Triage Stage changed
- 3:27 PM Ticket #6148 (Database layer (models, ORM) - Add generic support for database schemas) updated by
- I ran the Django test suite both with and without the patch on r12426. …
- 2:38 PM Ticket #11442 (Database layer (models, ORM) - Postgresql backend casts inet types to text, breaks IP operations and ...) updated by
- Replying to bobrobertson: Excuse my typo. > Takes …
- 2:19 PM Ticket #7722 (Core (Mail) - EMail Message with CC - Carbon CopyFixed patch) updated by
-
Cc changed
+1 - 2:13 PM DjangoFriendlyWebHosts edited by
- (diff)
- 1:54 PM Ticket #12926 (Translations - bulgarian translation for v 1.1.1) created by
- actual django.po file for django v 1.1.1 unfinished
- 12:53 PM Ticket #7806 (Template system - django.template refactoring) reopened by
- I think it must be completed anyway.
- 12:47 PM Ticket #12925 (Documentation - A typographic error in the release notes for Django 1.1) created by
- “AdminSite.root will will raise a PendingDeprecationWarning if used in …
- 12:38 PM Ticket #9590 (Database layer (models, ORM) - CharField and TextField with blank=True, null=True saves u'' instead ...) closed by
- wontfix: Don't reopen a ticket which has been closed as "wontfix" by a …
- 12:15 PM Ticket #12924 (Database layer (models, ORM) - Pickling QuerySet with related fields fails) updated by
- Ok found this evil function :) […]
- 12:08 PM Ticket #12924 (Database layer (models, ORM) - Pickling QuerySet with related fields fails) updated by
-
Version changed
- 12:08 PM Ticket #12924 (Database layer (models, ORM) - Pickling QuerySet with related fields fails) created by
- Assume we have two related models: […] Pickling queryset with …
- 12:08 PM Ticket #11442 (Database layer (models, ORM) - Postgresql backend casts inet types to text, breaks IP operations and ...) reopened by
- The resolution assumes this is just an IPv6 problem, and completely …
- 11:49 AM Ticket #12923 (Database layer (models, ORM) - Base last_executed_query() does not escape parameters) created by
-
The base implementation of
last_executed_query()
does not escape its … - 11:26 AM Ticket #9590 (Database layer (models, ORM) - CharField and TextField with blank=True, null=True saves u'' instead ...) reopened by
- The behavior is contrary to documentation. When a field has …
- 10:49 AM Ticket #8404 (contrib.auth - Auth password reset tests are too restrictive about template requirements) updated by
-
Cc changed
- 10:45 AM Ticket #10813 (Database layer (models, ORM) - Database errors in the shell should roll back the transaction) updated by
-
Cc changed
- 10:42 AM Ticket #7596 (Database layer (models, ORM) - Multiple Database Inserts using 1 query) updated by
-
Cc changed
- 9:16 AM Ticket #12922 (Uncategorized - BaseInlineFormset.save_new() undocumented) closed by
- wontfix: There's a reason for it not being documented - once we document …
- 9:11 AM Ticket #12922 (Uncategorized - BaseInlineFormset.save_new() undocumented) created by
- BaseInlineFormset.save_new is not documented in code or in the …
- 8:37 AM Ticket #12864 (contrib.auth - New users written to db_for_read) updated by
-
Status, Owner changed
- 8:10 AM Ticket #12921 (Documentation - tutorial, sqlcustom is invalid) closed by
- invalid: Believe me, sqlcustom is a valid management command. There is …
- 8:09 AM Ticket #12920 (Uncategorized - max_length should be maxlength on my system) closed by
- invalid: I have no idea what you've done here, but the use of maxlength as an …
- 8:06 AM Ticket #12918 (Documentation - Tutorial page 2 issues) updated by
-
Triage Stage changed
- 8:05 AM Ticket #12917 (Uncategorized - Buggy save_new() of BaseInlineFormSet when getting pk_value of related ...) closed by
- invalid: The usage reads ok to me, and I'm fairly certain this line is tested. …
- 8:02 AM Ticket #12916 (Documentation - m2m_changed missing versionadded on docs/refs/signals.txt) updated by
-
Triage Stage changed
- 8:02 AM Ticket #12915 (Forms - formfield_callback is lost in an inherited ModelForm) updated by
-
Patch needs improvement, Triage Stage changed
I'm not completely happy with either of the patches you present, but I … - 7:54 AM Ticket #12914 (Core (Serialization) - Use yaml faster C implementation when available) updated by
-
Triage Stage changed
- 7:53 AM Ticket #12921 (Documentation - tutorial, sqlcustom is invalid) created by
- From Tutorial part 1 python manage.py sqlcustom polls Error: Your …
- 7:46 AM Ticket #12910 (Uncategorized - xgettext now required to run tests) updated by
- Replying to ramiro: > Replying to jezdez: > > …
- 7:36 AM Ticket #12920 (Uncategorized - max_length should be maxlength on my system) created by
- python manage.py validate rocsite.polls: init() got an unexpected …
- 7:05 AM Ticket #12913 (Forms - Field.formfield() skips show_hidden_input parameter) updated by
-
Triage Stage, Milestone changed
- 7:03 AM Ticket #12912 (Database layer (models, ORM) - Deprecate psycopg1) updated by
-
Triage Stage changed
- 7:01 AM Ticket #12910 (Uncategorized - xgettext now required to run tests) updated by
-
Triage Stage changed
- 7:00 AM Ticket #12909 (Core (Other) - Exceptions raised in response middleware don't invoke site 500/404 ...) updated by
-
Triage Stage, Component, Summary, Milestone changed
Correcting the title to remove the scaremongering. This isn't even … - 6:44 AM Ticket #12919 (*.djangoproject.com - Ticket submission page should direct security issues to django-security.) updated by
-
Triage Stage changed
- 6:42 AM Ticket #12919 (*.djangoproject.com - Ticket submission page should direct security issues to django-security.) created by
- The "Create New Ticket" page in Trac gives lots of helpful "read this …
- 6:36 AM Ticket #12907 (Database layer (models, ORM) - Problems with django admin on Jython with custom user models) closed by
- invalid: I'm going to close this invalid - given that none of the official DB …
- 6:34 AM Ticket #12906 (Uncategorized - Should the url template tag accepts a variable?) closed by
- wontfix: Closing wontfix, or rather "Can't fix". This would be a backwards …
- 6:32 AM Ticket #12902 (contrib.localflavor - The term 'Corps Consulate' seems wrong) closed by
- wontfix: I'm going to close this wontfix - …
- 6:27 AM Ticket #12901 (Forms - Forms _get_validations_exclusions is still not backwards compatible) updated by
-
Triage Stage changed
- 6:26 AM Ticket #12918 (Documentation - Tutorial page 2 issues) created by
- Two issues so far on page …
- 3:57 AM Ticket #5691 (Core (Cache system) - Add the active language to generate the cache key) updated by
-
Milestone changed
- 3:52 AM Ticket #7048 (Forms - Support clearing FileFields with ModelForms) updated by
-
Cc changed
- 1:31 AM Ticket #12321 (Database layer (models, ORM) - CharField default is a str and not unicode) updated by
-
Has patch changed
The CharField to_python() had two logical exit nodes; one was … - 1:24 AM Ticket #6376 (Internationalization - Allow using custom gettext domains) updated by
-
Cc changed
- 1:17 AM Ticket #4076 (contrib.syndication - Patch to Output Timezone in Date Fields for Atom Feeds) updated by
- Replying to anonymous: > Same problem here: > > Code: > …
- 12:42 AM Ticket #12509 (contrib.admin - Feature: Selector Inlines) updated by
-
Cc changed
Note:
See TracTimeline
for information about the timeline view.