summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-03-20[1.7.x] Bump version numbers for 1.7 beta 1.1.7b1James Bennett
2014-03-20Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.Aymeric Augustin
2014-03-19Mark model renaming as irreversible for now (#22248)Andrew Godwin
2014-03-19Fixed #22275: unique_together broken if ForeignKey split into new file.Andrew Godwin
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-19Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr
2014-03-18Fixed regression in file locking on some platforms.smallcode
2014-03-18Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner
2014-03-18Made a test app label unique.Florian Apolloner
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-18Fixed #22283 -- Updated documentation referring to non-existent tuples.Matthew Somerville
2014-03-18Fix any sqlite field migration deleting all implicit m2m tablesChris Beaven
2014-03-15Remove u prefixes, skip test unless spatial db.Marc Tamlyn
2014-03-15Merge pull request #2430 from NathanRSmith/ticket_21989Russell Keith-Magee
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-14Changed start of week for Australia to Sunday as requested in https://code.dj...Nathan Smith
2014-03-14Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.Baptiste Mispelon
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz
2014-03-13Simplified implementation of collectstatic command.Baptiste Mispelon
2014-03-13Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.Baptiste Mispelon
2014-03-12Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger
2014-03-12Flake8 correctionsShai Berger
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-11Tweak password admin change form view context. Refs #21293.Ramiro Morales
2014-03-11Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.Tim Graham
2014-03-11Fix AlterField migrations that are related to a RenameModel migrationChris Beaven
2014-03-11Fix autodetector creation of RenameModel migration to capitalize model namesChris Beaven
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-03-10Fixed #22239 -- Add auto detection of renamed modelsChris Beaven
2014-03-09Prevented admin from importing auth.User.Aymeric Augustin
2014-03-09Revert "Reordered INSTALLED_APPS in default template, refs #22005"Aymeric Augustin
2014-03-09Fixed the last fix for database test settings to work with Python3.Shai Berger
2014-03-09Fixed test breakage following test-settings enhancementsShai Berger
2014-03-08Fix weird autodetector errorAndrew Godwin
2014-03-09Reorganized the database test settingsShai Berger
2014-03-084 flake8 warning fixesAlex Gaynor
2014-03-08Fixed #22183: Through M2Ms now correctly handledAndrew Godwin
2014-03-08Merge pull request #2315 from bendavis78/issues/22073Andrew Godwin
2014-03-08Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin
2014-03-08Avoided changing raw DeprecationWarning filter behaviorClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-06Don't allow really long migration namesAndrew Godwin
2014-03-06Fixed #22204: Bad circular-dep-breaking if more than one per runAndrew Godwin
2014-03-06Revert "Fixed #22183: Don't make a table for M2Ms with through="Andrew Godwin
2014-03-06Fixed #22183: Don't make a table for M2Ms with through=Andrew Godwin
2014-03-06Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserializa...Loic Bistuer