#21244 closed Bug (duplicate)
GIS Version Regex on Mac OSX
Reported by: | pyrospade | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | 1.4 |
Severity: | Normal | Keywords: | GIS OSX |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On Mac OSX, when using GIS the version regex fails to parse the trailing rXXXX number. I have submitted a pull request here with the changes -
Change History (6)
comment:1 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | duplicate |
---|---|
Status: | closed → new |
Requesting to re-open. I currently have projects that use Django 1.4. Is there any way that we can merge my changes into the stable/1.4.x branch?
comment:3 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
No, bug fixes are not back ported that far, even for LTS releases. Only security patches. See the support life cycle docs - https://docs.djangoproject.com/en/dev/internals/release-process/#supported-versions
comment:4 by , 11 years ago
This is unfortunate. I see several commits and pull requests merged this month that are unrelated to security in any way. This is an actual bug that is affecting developers.
comment:5 by , 11 years ago
Er, there are no commits on stable/1.4 this month, and all the commits made in September are relating to security fixes and releases. As Claude stated, this is fixed in 1.5. It is important that old versions have as few changes as possible so as not to break running applications. If it is causing significant pain, I suggest updating the projects to 1.5.
comment:6 by , 11 years ago
Understood. I can update my requirements to use my fork instead; however, I thought the community may benefit from the fix I proposed.
This is fixed in Django 1.5. See also #20036.