summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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-18Fix any sqlite field migration deleting all implicit m2m tablesChris Beaven
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-14Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.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-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-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-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
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-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed three small flake8 violations.Alex Gaynor
2014-03-04Merge pull request #2396 from loic/ticket21893Andrew Godwin
2014-03-05Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer
2014-03-04Fixed typo in internal CharField methodChris Wilson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-03-03Edited model check messages for grammar and consistency.Russell Keith-Magee
2014-03-03Edited MySQL-specific check messages for grammar and consistency.Russell Keith-Magee
2014-03-02Restored aliases for two APIs removed by app-loading.Aymeric Augustin
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-03-01Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...Baptiste Mispelon
2014-02-28Fix keyword agument names in RunPython to be positionalAndrew Godwin
2014-02-25Fixed bad grammar in a comment.Martin Matusiak
2014-02-23Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester
2014-02-18Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz
2014-02-17Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...Ben Davis
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-17Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin